Update install.func

This commit is contained in:
CanbiZ 2025-05-20 09:31:52 +02:00
parent 3684c3d3b2
commit 09273f00dd

View File

@ -13,18 +13,6 @@ fi
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
load_functions
__handle_general_error() {
local location="$1"
local code="$?"
msg_error "Error at ${location} (exit code ${code})"
exit "$code"
}
__handle_signal_exit() {
msg_error "Script aborted by signal (SIGINT or SIGTERM)"
exit 130
}
# # Function to set STD mode based on verbosity
# set_std_mode() {
# if [ "$VERBOSE" = "yes" ]; then