Update core.func
This commit is contained in:
parent
109ef51584
commit
3b47f80a85
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user