From c0dc70e280b5f8d016a9af1ceed27f3ce6109e77 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 8 Feb 2022 23:58:58 +0100 Subject: [PATCH] progress --- etc/functions | 2 ++ 1 file changed, 2 insertions(+) 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