This commit is contained in:
qo-op 2021-06-21 19:13:34 +02:00
parent cc3e2f7a26
commit 273145beb5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ case "$CMD" in
;;
*)
echo "MESSAGE DE $phone POUR $CMD"
MESSAGE=$(echo "$TEXT" | cut -d ' ' -f2-)
MESSAGE=$(echo "$TEXT" | cut -d ' ' -f 2-)
if [[ ${MESSAGE} ]]; then
echo "${MESSAGE}" > /tmp/${phone}_message
echo "${MESSAGE}"