mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 15:45:54 +00:00
Update core.func
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user