From 0b583335611870d48640063bc31510b1a5453042 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 12 Jul 2021 19:46:19 +0200 Subject: [PATCH] empty $CMD --- sms_received.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" &