From 7606a2e266e743d90f13c14236567292dcecde6e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 12 May 2025 10:36:19 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index b87be99..75a635d 100644 --- a/misc/core.func +++ b/misc/core.func @@ -171,7 +171,7 @@ curl_handler() { rm -f /tmp/curl_error.log fi __curl_err_handler "$exit_code" "$url" "${curl_stderr:-}" - return 1 # Return error instead of exit to allow script to continue + exit fi $STD printf "\r\033[K${INFO}${YW}Retry $attempt/$max_retries in ${delay}s...${CL}" >&2