Update core.func

This commit is contained in:
CanbiZ 2025-05-09 15:26:51 +02:00
parent 6baeebcba3
commit 7edb9a82e0

View File

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