diff --git a/etc/functions b/etc/functions index 58f2579..d085b24 100644 --- a/etc/functions +++ b/etc/functions @@ -10,6 +10,8 @@ header() { read a if [ "$a" == "2" ]; then set -x + elif [ "$a" == "0" ]; then + DEBUG=0 fi fi clear