$(($runtime % 120)) == 0 IPNS Tag publish

This commit is contained in:
qo-op 2021-03-30 01:29:44 +02:00
parent 12ca09cbcf
commit 78359f3d5e
1 changed files with 1 additions and 1 deletions

View File

@ -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))
##################################################################