From f5b1cecef29a05f669087ad1823bbd6056d5779a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:40:36 +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 86e8a07d..5df50efd 100644 --- a/misc/core.func +++ b/misc/core.func @@ -394,6 +394,7 @@ msg_custom() { function msg_debug() { if [[ "${var_full_verbose:-0}" == "1" ]]; then + [[ "${var_verbose:-0}" != "1" ]] && var_verbose=1 echo -e "${YWB}[$(date '+%F %T')] [DEBUG]${CL} $*" fi }