From 3a7f4e1694c0b1d32fca8a0f78686e43a4172e58 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 9 May 2025 15:45:28 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/misc/core.func b/misc/core.func index 6986448..2c2a5d5 100644 --- a/misc/core.func +++ b/misc/core.func @@ -91,12 +91,9 @@ 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 +echo "DEBUG: VERBOSE: '$VERBOSE'" VERBOSE="${1:-no}" +echo "DEBUG: VERBOSE: '$VERBOSE'" set_std_mode() { if [ "$VERBOSE" = "yes" ]; then