From 42f0ccc6154129ec06e29b44cbf07c78ef5c5705 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 8 May 2025 09:22:29 +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 7215d765..1384cece 100644 --- a/misc/core.func +++ b/misc/core.func @@ -198,7 +198,7 @@ __curl_err_handler() { 78) msg_error "Remote file not found (404): $target" ;; *) msg_error "Curl failed with code $exit_code: $target" ;; esac - exit + return 1 } # ------------------------------------------------------------------------------