Update core.func
This commit is contained in:
parent
7de7cbda28
commit
849b92077c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user