diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 6744351..80861d8 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -160,6 +160,10 @@ fi if [[ "$timebar" == "12:12" || "$timebar" == "00:12" || $(($runtime % 720)) == 0 ]]; then #### timebar DESYNC sleep $((1 + RANDOM % 5)) + + # Restarting IPFS daemon + [[ -f /etc/sudoers.d/systemctl ]] && sudo systemctl restart ipfs + sleep $((1 + RANDOM % 10)) ################################################################## # # _________ ______