From d92fa651dbe92391ffee5599595bf6f6e6b53006 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 14:15:12 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index e829a88..f029821 100644 --- a/misc/core.func +++ b/misc/core.func @@ -226,7 +226,6 @@ __curl_err_handler() { detect_os_type() { if [[ -n "${var_os:-}" ]]; then CORE_OS="$var_os" - echo $CORE_OS else CORE_OS="debian" fi