Now relying on global VERBOSE variable

This commit is contained in:
2022-10-28 11:21:26 +03:00
parent 3bd1c3f9bd
commit d81683b431

2
Okiru
View File

@@ -32,7 +32,7 @@ GRAY='\033[1;37m'
STOP="\e[0m"
#If passed from calling script, run in verbose mode (enables debug logging level)
VERBOSE="$1"
VERBOSE="$VERBOSE"
#If a function calls 'logging' for a log, it will create a log file; otherwise, keep the