diff --git a/sms_received.sh b/sms_received.sh index 6a5ff61..6e6c8f3 100755 --- a/sms_received.sh +++ b/sms_received.sh @@ -82,6 +82,10 @@ echo "COMMAND = $CMD" # Handle commands case "$CMD" in + "") + ## ASK FOR HELP + echo "MESSAGE SANS GUILDE - EXIT -" && exit 0 + ;; AIDE) ## ASK FOR HELP $MY_PATH/sms/AIDE.sh "$phone" &