Update core.func

This commit is contained in:
CanbiZ 2025-05-12 10:23:11 +02:00
parent 7de7cbda28
commit 849b92077c

View File

@ -115,7 +115,7 @@ silent() {
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
run_curl() { run_curl() {
if [ "$VERB" = "no" ]; then if [ "$VERBOSE" = "no" ]; then
curl "$@" >/dev/null 2>>/tmp/curl_error.log curl "$@" >/dev/null 2>>/tmp/curl_error.log
else else
curl "$@" 2>>/tmp/curl_error.log curl "$@" 2>>/tmp/curl_error.log