From bb640c322b08d1ccd7abc42491f9e9404c7c2042 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 13 Jun 2020 13:38:03 +0200 Subject: [PATCH] missing ; --- g1sms/sms_ASTROPORT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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