diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index ba65cfb..f1decfb 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -124,8 +124,8 @@ echo "RUNTIME $runtime mn ($timebar)" if [[ $(($minute % 15)) == 0 ]]; then ########## NextCloud.SMS GUILDE STATION ############## if [[ -e ~/.zen/SMS/ ]];then - [[ "$timebar" == "18:30" ]] && ~/.zen/SMSAPP/sms/_SEND2GUILDE.sh "BIODYN" ## PREPARE BIODYN GUILDE SMS => 20h30 in France - ~/.zen/SMSAPP/sms_send_tosend.sh + [[ "$timebar" == "18:30" ]] && /home/${YOU}/.zen/SMSAPP/sms/_SEND2GUILDE.sh "BIODYN" ## PREPARE BIODYN GUILDE SMS => 20h30 in France + /home/${YOU}/.zen/SMSAPP/sms_send_tosend.sh fi ########## SMS GUILDE STATION ##############