Update vaultwarden-v5.sh

tweak
pull/930/head
tteckster 3 years ago committed by GitHub
parent e45acf93bf
commit 2deeaffd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ct/vaultwarden-v5.sh

@ -84,8 +84,8 @@ if ! command -v pveversion >/dev/null 2>&1; then
msg_error "No ${APP} Installation Found!"; msg_error "No ${APP} Installation Found!";
exit exit
fi fi
if (whiptail --title "${APP} LXC UPDATE" --yesno "This will update ${APP}. Proceed?" 10 58); then if (whiptail --title "${APP} LXC SUPPORT" --yesno "This provides Support for ${APP} LXC. Proceed?" 10 58); then
echo "User selected Update" echo "User selected support"
else else
clear clear
echo -e "⚠ User exited script \n" echo -e "⚠ User exited script \n"

Loading…
Cancel
Save