Update and rename vaultwarden-update.sh to web-vault-update.sh

This commit is contained in:
tteckster 2022-07-17 14:53:22 -04:00 committed by GitHub
parent eea8c0701e
commit 373275e608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,17 +12,17 @@ function update_info {
echo -e "${BL} echo -e "${BL}
__ __ _ _ _ __ __ _ _ _
\ \ / / | | | | | \ \ / / | | | | |
\ \ / /_ _ _ _| | |___ ____ _ _ __ __| | ___ _ __ \ \ /\ / /__| |__ ________ ____ _ _ _| | |_
\ \/ / _ | | | | | __\ \ /\ / / _ | __/ _ |/ _ \ _ \ \ \/ \/ / _ \ _ \______\ \ / / _ | | | | | __|
\ / (_| | |_| | | |_ \ V V / (_| | | | (_| | __/ | | | \ /\ / __/ |_) | \ V / (_| | |_| | | |_
\/ \__,_|\__,_|_|\__| \_/\_/ \__,_|_| \__,_|\___|_| |_| \/ \/ \___|_.__/ \_/ \__,_|\__,_|_|\__|
UPDATE UPDATE
${CL}" ${CL}"
} }
update_info update_info
while true; do while true; do
read -p "This will Update Vaultwarden to $VWRELEASE. Proceed(y/n)?" yn read -p "This will Update Web-Vault to $VWRELEASE. Proceed(y/n)?" yn
case $yn in case $yn in
[Yy]* ) break;; [Yy]* ) break;;
[Nn]* ) exit;; [Nn]* ) exit;;