fix alpine update_script

This commit is contained in:
CanbiZ 2025-03-25 15:18:46 +01:00
parent 4f1090ef8d
commit da02d6664f

View File

@ -1367,9 +1367,10 @@ start() {
fi
SPINNER_PID=""
install_script
fi
if ! command -v pveversion >/dev/null 2>&1; then
else
if [ -f /etc/alpine-release ]; then
update_script
else
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \
"Support/Update functions for ${APP} LXC. Choose an option:" \
12 60 3 \