This commit is contained in:
CanbiZ
2025-05-09 15:19:32 +02:00
parent 7e8dd9deb6
commit 0028578712
3 changed files with 25 additions and 25 deletions

View File

@@ -21,6 +21,7 @@ load_functions() {
formatting
icons
default_vars
set_std_mode
# add more
}
@@ -90,7 +91,6 @@ default_vars() {
# ------------------------------------------------------------------------------
# Sets default verbose mode for script execution.
# ------------------------------------------------------------------------------
VERBOSE="${1:-no}"
VERB=${var_verbose:-$VERBOSE}
set_std_mode() {
if [ "$VERB" = "yes" ]; then