Update wireguard.sh

tweak
This commit is contained in:
tteckster 2024-05-06 13:26:03 -04:00 committed by GitHub
parent 5793283ea4
commit cfc6ca13ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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