This commit is contained in:
CanbiZ
2025-05-21 08:27:00 +02:00
parent e43ecba808
commit 92ca930cae
3 changed files with 0 additions and 86 deletions

View File

@@ -10,20 +10,6 @@ fi
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
load_functions
# # Function to set STD mode based on verbosity
# set_std_mode() {
# if [ "$VERBOSE" = "yes" ]; then
# STD=""
# else
# STD="silent"
# fi
# }
# # Silent execution function
# silent() {
# "$@" >/dev/null 2>&1
# }
# This function enables IPv6 if it's not disabled and sets verbose mode
verb_ip6() {
set_std_mode # Set STD mode based on VERBOSE