diff --git a/AAP.sh b/AAP.sh index 55d594e..a8d9b3e 100755 --- a/AAP.sh +++ b/AAP.sh @@ -8,7 +8,7 @@ if [ -n "${APTOOLDEBUG}" ]; then if [ ${APTOOLDEBUG} -eq 1 ]; then - printf "[\033[1;33m[WARN] $(date "+%H:%M:%S"): Debug mode is on.\033[0m\n" + printf "\033[1;33m[WARN] $(date "+%H:%M:%S"): Debug mode is on.\033[0m\n" set -x fi fi