From 0c0b471b2a867249524055f2871c0f140af40f23 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Tue, 2 May 2017 09:19:35 -0400 Subject: [PATCH] Modify LOG_LEVEL for -q option --- bin/cget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cget.sh b/bin/cget.sh index 001f51e..a432d64 100755 --- a/bin/cget.sh +++ b/bin/cget.sh @@ -172,7 +172,7 @@ while getopts ":hvqFC" opt; do q) verbose_mode=false quiet_mode=true - LOG_LEVEL=0 + LOG_LEVEL=1 ;; F) local_opts="$local_opts -$opt"