diff --git a/g1sms/sms_ASTROPORT.sh b/g1sms/sms_ASTROPORT.sh index ffd3d3a..c19b5ea 100755 --- a/g1sms/sms_ASTROPORT.sh +++ b/g1sms/sms_ASTROPORT.sh @@ -95,7 +95,7 @@ done ## CHECK FOR DOUBLE AUTH REQUEST if [[ -f /tmp/sms.auth.commands ]]; then - for phone_auth in $(cat /tmp/sms.auth.commands) do + for phone_auth in $(cat /tmp/sms.auth.commands); do $MY_PATH/sms_AUTH.sh $phone_auth done fi