Update alpine-vaultwarden.sh

tweak
This commit is contained in:
tteckster 2023-03-24 08:07:49 -04:00 committed by GitHub
parent a8675fea6d
commit 851b8458e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function update_script() {
while true; do
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
"1" "Update VaultWarden" \
"1" "Update Vaultwarden" \
"2" "Show Admin Token" 3>&2 2>&1 1>&3
)
exit_status=$?