This commit is contained in:
fred 2024-01-10 23:03:25 +01:00
parent 4f4074d5cb
commit 05c6c1625f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ echo "IPFS LOW MODE ?"
[[ $LOWMODE != "" ]] \
&& echo "ON. $LOWMODE" \
&& sleep 360 \
&& sudo systemctl stop ipfs
&& sudo systemctl stop ipfs \
&& exit 0
echo "OFF. RESTART IPFS"