empty $CMD

This commit is contained in:
qo-op 2021-07-12 19:46:19 +02:00
parent bc5f159a26
commit 0b58333561
1 changed files with 4 additions and 0 deletions

View File

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