fix alpine update_script
This commit is contained in:
parent
4f1090ef8d
commit
da02d6664f
@ -1367,9 +1367,10 @@ start() {
|
|||||||
fi
|
fi
|
||||||
SPINNER_PID=""
|
SPINNER_PID=""
|
||||||
install_script
|
install_script
|
||||||
fi
|
else
|
||||||
|
if [ -f /etc/alpine-release ]; then
|
||||||
if ! command -v pveversion >/dev/null 2>&1; then
|
update_script
|
||||||
|
else
|
||||||
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \
|
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \
|
||||||
"Support/Update functions for ${APP} LXC. Choose an option:" \
|
"Support/Update functions for ${APP} LXC. Choose an option:" \
|
||||||
12 60 3 \
|
12 60 3 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user