dev output

This commit is contained in:
CanbiZ 2025-05-09 15:36:49 +02:00
parent 96817a9cb3
commit 456284e541

View File

@ -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=""