ipfs daemon are not restarting on some ! LOWMODE nodes

This commit is contained in:
fred 2023-11-05 21:09:56 +01:00
parent 8eb0660a34
commit 3db5b854b9
1 changed files with 2 additions and 2 deletions

View File

@ -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