From df21744bdfd5cd45f5bc478da837748311afe1dc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:43:21 +0100 Subject: [PATCH] Update build.func --- misc/build.func | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/misc/build.func b/misc/build.func index 68db113..26eb823 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1356,15 +1356,14 @@ check_container_storage() { } start() { - LOGDIR="/usr/local/community-scripts/logs" - mkdir -p "$LOGDIR" if [ -f /etc/alpine-release ]; then echo "Running on Alpine Linux – minimal update process." update_script - clear exit_script - exit fi + LOGDIR="/usr/local/community-scripts/logs" + mkdir -p "$LOGDIR" + if command -v pveversion >/dev/null 2>&1; then if ! (whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then clear