Update wireguard.sh

"There is currently no update path available."
This commit is contained in:
tteckster 2024-05-09 09:13:13 -04:00 committed by GitHub
parent bd56416898
commit 12bd10bef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ UPD=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radio
3>&1 1>&2 2>&3)
header_info
if [ "$UPD" == "1" ]; then
msg_info "Updating ${APP} LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
msg_error "There is currently no update path available."
exit
fi
if [ "$UPD" == "2" ]; then