From 7a52768190e9294fdd129c6fe0d0b8a7640351f0 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 18 May 2021 00:19:07 +0200 Subject: [PATCH] remove 20mn /ipfs_SWARM_refresh.sh "quick" & --- cron_MINUTE.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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