From 3db5b854b91660e336efc2fa4e37ea5eb037f491 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 5 Nov 2023 21:09:56 +0100 Subject: [PATCH] ipfs daemon are not restarting on some ! LOWMODE nodes --- 20h12.process.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/20h12.process.sh b/20h12.process.sh index 168dd42f..e88d3482 100755 --- a/20h12.process.sh +++ b/20h12.process.sh @@ -94,9 +94,9 @@ if [[ ! -f /etc/systemd/system/astroport.service ]]; then else sudo systemctl restart astroport [[ -s ~/.zen/G1BILLET/G1BILLETS.sh ]] && sudo systemctl restart g1billet - echo "systemd restart" + echo "Astroport processes systemd restart" fi - +echo $LOWMODE ## IPFS DISABLED : STOP IT [[ $LOWMODE != "" ]] && sleep 360 && sudo systemctl stop ipfs