/home/${YOU}

This commit is contained in:
qo-op 2021-07-16 01:50:35 +02:00
parent 7387b42b9b
commit 611239022e
1 changed files with 2 additions and 2 deletions

View File

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