From 456284e541aca5a2f2af303ec3673f00c614518e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 9 May 2025 15:36:49 +0200 Subject: [PATCH] dev output --- misc/core.func | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/core.func b/misc/core.func index 3aefdd7..79d7adb 100644 --- a/misc/core.func +++ b/misc/core.func @@ -91,7 +91,13 @@ default_vars() { # ------------------------------------------------------------------------------ # Sets default verbose mode for script and os execution. # ------------------------------------------------------------------------------ +if [ -v VERBOSE ]; then + echo "DEBUG: VERBOSE was already defined as '$VERBOSE'" +else + echo "DEBUG: VERBOSE was not defined, applying default" +fi VERBOSE="${1:-no}" + set_std_mode() { if [ "$VERBOSE" = "yes" ]; then STD=""