Now relying on global VERBOSE variable
This commit is contained in:
2
Okiru
2
Okiru
@@ -32,7 +32,7 @@ GRAY='\033[1;37m'
|
|||||||
STOP="\e[0m"
|
STOP="\e[0m"
|
||||||
|
|
||||||
#If passed from calling script, run in verbose mode (enables debug logging level)
|
#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
|
#If a function calls 'logging' for a log, it will create a log file; otherwise, keep the
|
||||||
|
|||||||
Reference in New Issue
Block a user