mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update core.func
This commit is contained in:
@@ -96,7 +96,6 @@ curl_handler() {
|
||||
local max_retries=3 delay=2 attempt=1 result exit_code
|
||||
local has_output_file=false
|
||||
|
||||
# Argumente parsen
|
||||
for arg in "$@"; do
|
||||
if [[ "$arg" != -* && -z "$url" ]]; then
|
||||
url="$arg"
|
||||
|
||||
Reference in New Issue
Block a user