mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Update core.func
This commit is contained in:
@@ -110,9 +110,9 @@ silent() {
|
||||
|
||||
run_curl() {
|
||||
if [ "$VERBOSE" = "no" ]; then
|
||||
curl "$@" >/dev/null 2>>/tmp/curl_error.log
|
||||
$STD curl "$@"
|
||||
else
|
||||
curl "$@" 2>>/tmp/curl_error.log
|
||||
curl "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user