missing ;

This commit is contained in:
qo-op 2020-06-13 13:38:03 +02:00
parent 231caf7395
commit bb640c322b
1 changed files with 1 additions and 1 deletions

View File

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