Update core.func
This commit is contained in:
parent
d097da2c7b
commit
dac2ae02b2
@ -110,9 +110,9 @@ silent() {
|
|||||||
|
|
||||||
run_curl() {
|
run_curl() {
|
||||||
if [ "$VERBOSE" = "no" ]; then
|
if [ "$VERBOSE" = "no" ]; then
|
||||||
curl "$@" >/dev/null 2>>/tmp/curl_error.log
|
$STD curl "$@"
|
||||||
else
|
else
|
||||||
curl "$@" 2>>/tmp/curl_error.log
|
curl "$@"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user