Update core.func

This commit is contained in:
CanbiZ 2025-05-08 08:54:22 +02:00
parent 109ef51584
commit 3b47f80a85

View File

@ -96,7 +96,6 @@ curl_handler() {
local max_retries=3 delay=2 attempt=1 result exit_code local max_retries=3 delay=2 attempt=1 result exit_code
local has_output_file=false local has_output_file=false
# Argumente parsen
for arg in "$@"; do for arg in "$@"; do
if [[ "$arg" != -* && -z "$url" ]]; then if [[ "$arg" != -* && -z "$url" ]]; then
url="$arg" url="$arg"