some fixes core.func

This commit is contained in:
CanbiZ
2025-05-08 10:08:52 +02:00
parent 0ebcbde79a
commit a5ad1c7b01
4 changed files with 4 additions and 11 deletions

View File

@@ -90,6 +90,8 @@ default_vars() {
# ------------------------------------------------------------------------------
# Sets default verbose mode for script execution.
# ------------------------------------------------------------------------------
VERBOSE="${1:-no}"
VERB=${var_verbose:-$VERBOSE}
set_std_mode() {
if [ "$VERB" = "yes" ]; then
STD=""