From cfc6ca13effd79cdd8a27c31bb171f2b37f88491 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 6 May 2024 13:26:03 -0400 Subject: [PATCH] Update wireguard.sh tweak --- ct/wireguard.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/wireguard.sh b/ct/wireguard.sh index b5137ca6..23e75b80 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -63,7 +63,6 @@ if [ "$UPD" == "1" ]; then msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated Successfully" exit fi if [ "$UPD" == "2" ]; then