diff --git a/nuke_me_NOW.sh b/nuke_me_NOW.sh index e82a299..f3443e8 100644 --- a/nuke_me_NOW.sh +++ b/nuke_me_NOW.sh @@ -6,7 +6,7 @@ debug=2 # 1 to enable any other to disable if [[ $debug == 1 ]]; then output_log=output.log error_log=error.log -elif [[ $debug=2 ]] +elif [[ $debug=2 ]]; then output_log=- error_log=- else