error_handler

This commit is contained in:
CanbiZ
2025-09-15 15:26:57 +02:00
parent 861c5070a7
commit 343af10d8b
3 changed files with 101 additions and 0 deletions

View File

@@ -11,7 +11,9 @@ if ! command -v curl >/dev/null 2>&1; then
apt-get install -y curl >/dev/null 2>&1
fi
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/error_handler.func)
load_functions
init_error_traps
# This function enables IPv6 if it's not disabled and sets verbose mode
verb_ip6() {