&& $MY_PATH/miam_miam.sh

This commit is contained in:
qo-op 2020-04-28 14:50:15 +02:00
parent 6185031112
commit d2774b3a77
1 changed files with 2 additions and 6 deletions

View File

@ -39,15 +39,11 @@ echo $timebar
##################################################################
# RANDOMLY RUN SSB GET zenytv (avoid simultaneous run in swarm)
randh=$((1 + RANDOM % 24))
[[ $(($heure % $randh)) == 0 ]] && $MY_PATH/ssb_GET_zenytv.sh
[[ $(($heure % $randh)) == 0 ]] && $MY_PATH/ssb_GET_zenytv.sh && $MY_PATH/miam_miam.sh
##################################################################
randh=$((1 + RANDOM % 24))
[[ $(($heure % $randh)) == 0 ]] && $MY_PATH/ssb_GET_zenyta.sh
[[ $(($heure % $randh)) == 0 ]] && $MY_PATH/ssb_GET_zenyta.sh && $MY_PATH/miam_miam.sh
##################################################################
randh=$((1 + RANDOM % 24))
[[ $(($heure % $randh)) == 0 ]] && $MY_PATH/miam_miam.sh
##################################################################
##################################################################