From 849b92077c3a660de0c6ef14ebd26db0214dcf78 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 12 May 2025 10:23:11 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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