From 12bd10bef3a2682acc1868960ef219ad49b6cc9a Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 9 May 2024 09:13:13 -0400 Subject: [PATCH] Update wireguard.sh "There is currently no update path available." --- ct/wireguard.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 23e75b80..f2dc848a 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -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