diff --git a/misc/core.func b/misc/core.func index 34bed16..7ee59ba 100644 --- a/misc/core.func +++ b/misc/core.func @@ -115,7 +115,7 @@ silent() { # ------------------------------------------------------------------------------ run_curl() { - if [ "$VERB" = "no" ]; then + if [ "$VERBOSE" = "no" ]; then curl "$@" >/dev/null 2>>/tmp/curl_error.log else curl "$@" 2>>/tmp/curl_error.log