Skip to content

Commit

Permalink
fix: debug tip
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Jan 24, 2025
1 parent 9d6cc6d commit 974c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 974c610

Please sign in to comment.