Update build.func

This commit is contained in:
CanbiZ 2025-03-26 10:35:58 +01:00
parent 5b98f84f85
commit a2fbfa339a

View File

@ -1361,6 +1361,7 @@ start() {
if [ -f /etc/alpine-release ]; then if [ -f /etc/alpine-release ]; then
echo "Running on Alpine Linux minimal update process." echo "Running on Alpine Linux minimal update process."
update_script update_script
exit
fi fi
if command -v pveversion >/dev/null 2>&1; then 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 if ! (whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then