From a8860972a3e07c63552d4266169aae5638a36364 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 8 May 2025 09:14:19 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/core.func b/misc/core.func index 2d39d5f7..40db7f9e 100644 --- a/misc/core.func +++ b/misc/core.func @@ -169,6 +169,7 @@ __curl_err_handler() { 78) msg_error "Remote file not found (404): $target" ;; *) msg_error "Curl failed with code $exit_code: $target" ;; esac + exit } # ------------------------------------------------------------------------------