REMOVE TMP BUT KEEP SWARM

This commit is contained in:
fred 2023-10-17 21:03:17 +02:00
parent afed1ac6b4
commit b51be6bb09
1 changed files with 3 additions and 0 deletions

View File

@ -10,7 +10,10 @@ start=`date +%s`
echo "20H12 (♥‿‿♥) $(hostname -f) $(date)"
espeak "Ding" > /dev/null 2>&1
## REMOVE TMP BUT KEEP SWARM
mv ~/.zen/tmp/swarm ~/.zen/swarm
rm -Rf ~/.zen/tmp/*
mv ~/.zen/swarm ~/.zen/tmp/swarm
## IPFS DAEMON STATUS
LOWMODE=$(sudo systemctl status ipfs | grep disabled) ## IPFS DISABLED - START ONLY FOR SYNC -