diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 1edab6b..de43f60 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -147,7 +147,7 @@ fi ########################################################## -if [[ "$timebar" == "12:12" || "$timebar" == "00:12" ]]; then +if [[ "$timebar" == "12:12" || "$timebar" == "00:12" || $(($runtime % 720)) == 0 ]]; then #### DESYNC sleep $((1 + RANDOM % 5)) ##################################################################