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"