show debug

This commit is contained in:
qo-op 2021-07-08 06:39:56 +02:00
parent e846f0602b
commit ba79eda675
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ case "$CMD" in
## OK CMD=GROUPE suivi de message
[[ ${phone} != $SMSADMIN ]] && [[ ! -d /home/${YOU}/.zen/SMS/GUILDES/${CMD} ]] && echo "AUCUNE GUILDE ${CMD} - EXIT -" && exit 0
$MY_PATH/sms/GUILDE.sh "$phone" "$CMD" > /home/${YOU}/.zen/SMS/debug.log
cat /home/${YOU}/.zen/SMS/debug.log
;;
esac