From c6d4597dca2f29d35ebd3f14c8b4f578e8326d36 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:59:10 +0200 Subject: [PATCH] Update build.func --- misc/build.func | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/build.func b/misc/build.func index b587291..d834922 100644 --- a/misc/build.func +++ b/misc/build.func @@ -2232,7 +2232,7 @@ check_container_storage() { } start() { - source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/github.func) + #source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/github.func) LOGDIR="/usr/local/community-scripts/logs" mkdir -p "$LOGDIR" @@ -2258,18 +2258,18 @@ start() { 1) VERB="no" set_std_mode - log_message "INFO" "Update started (Silent Mode)" + #log_message "INFO" "Update started (Silent Mode)" ;; 2) VERB="yes" set_std_mode - log_message "INFO" "Update started (Verbose Mode)" + #log_message "INFO" "Update started (Verbose Mode)" ;; 3) clear - log_message "INFO" "Update aborted." + #log_message "INFO" "Update aborted." exit_script - exit + exit 0 ;; esac