1761203813

This commit is contained in:
2025-10-23 01:16:53 -06:00
parent ee7580d950
commit 82ec17ae47
+1 -1
View File
@@ -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