From 09273f00dd7bbc765ff2e4bd2e06b370ed0a2e9e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 20 May 2025 09:31:52 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/misc/install.func b/misc/install.func index 52774bd..0f23430 100644 --- a/misc/install.func +++ b/misc/install.func @@ -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