diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index fd5477b..7ab1e22 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -131,7 +131,7 @@ fi [[ $(($runtime % 120)) == 0 ]] && $MY_PATH/zen/gchange_INIT.sh && $MY_PATH/zen/gchange_IPFS_swarm.sh & # QUICK SYNC SWARM EVERY 20 minutes +/- 1 minute -[[ $(($runtime % 20)) == 0 ]] && $MY_PATH/zen/ipfs_SWARM_refresh.sh "quick" & +# [[ $(($runtime % 20)) == 0 ]] && $MY_PATH/zen/ipfs_SWARM_refresh.sh "quick" & # ~/astroport # _ _ @@ -243,6 +243,6 @@ echo ' fi -if [[ "$timebar" == "05:29" ]]; then +if [[ "$timebar" == "05:05" ]]; then ~/.zen/astrXbian/zen/ipfs_SWARM_renew.sh & fi