mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update and rename vaultwarden-update.sh to web-vault-update.sh
This commit is contained in:
parent
eea8c0701e
commit
373275e608
1 changed files with 7 additions and 7 deletions
|
@ -10,19 +10,19 @@ GN=`echo "\033[1;92m"`
|
||||||
CL=`echo "\033[m"`
|
CL=`echo "\033[m"`
|
||||||
function update_info {
|
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;;
|
Loading…
Add table
Add a link
Reference in a new issue