From c51a8cf074893531b323c14436ee4b64eea74df9 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Oct 2025 01:08:52 -0600 Subject: [PATCH] 1761203333 --- nuke_me_NOW.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuke_me_NOW.sh b/nuke_me_NOW.sh index ec25a9d..a53ebcc 100644 --- a/nuke_me_NOW.sh +++ b/nuke_me_NOW.sh @@ -6,6 +6,9 @@ debug=1 # 1 to enable any other to disable if [[ $debug == 1 ]]; then output_log=output.log error_log=error.log +elif [[ $debug=2 ]] + output_log=- + error_log=- else output_log=/dev/null error_log=/dev/null