From d81683b43167689640ba6712d368cbbb63a7d086 Mon Sep 17 00:00:00 2001 From: Matan Horovitz Date: Fri, 28 Oct 2022 11:21:26 +0300 Subject: [PATCH] Now relying on global VERBOSE variable --- Okiru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Okiru b/Okiru index 05e48e7..8619a1e 100755 --- a/Okiru +++ b/Okiru @@ -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