mirror of https://github.com/tteck/Proxmox.git
Update vaultwarden-update.sh
This commit is contained in:
parent
40223c0106
commit
079d72f21c
|
@ -22,7 +22,7 @@ ${CL}"
|
||||||
|
|
||||||
update_info
|
update_info
|
||||||
while true; do
|
while true; do
|
||||||
read -p "This will Update Vaultwarden to $VAULT (set 2vCPU 2048MiB RAM Min.). Proceed(y/n)?" yn
|
read -p "This will Update Vaultwarden to $VAULT (set 2vCPU 3072MiB RAM Min.). Proceed(y/n)?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]*) break ;;
|
[Yy]*) break ;;
|
||||||
[Nn]*) exit ;;
|
[Nn]*) exit ;;
|
||||||
|
|
Loading…
Reference in New Issue