From 2deeaffd69b9662d321b9ca398a2b1c0bd634388 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 2 Jan 2023 09:35:41 -0500 Subject: [PATCH] Update vaultwarden-v5.sh tweak --- ct/vaultwarden-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/vaultwarden-v5.sh b/ct/vaultwarden-v5.sh index b0c24459..f7e9b34e 100644 --- a/ct/vaultwarden-v5.sh +++ b/ct/vaultwarden-v5.sh @@ -84,8 +84,8 @@ if ! command -v pveversion >/dev/null 2>&1; then msg_error "No ${APP} Installation Found!"; exit fi - if (whiptail --title "${APP} LXC UPDATE" --yesno "This will update ${APP}. Proceed?" 10 58); then - echo "User selected Update" + if (whiptail --title "${APP} LXC SUPPORT" --yesno "This provides Support for ${APP} LXC. Proceed?" 10 58); then + echo "User selected support" else clear echo -e "⚠ User exited script \n"