mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update vaultwarden-update.sh
This commit is contained in:
parent
69441b604c
commit
15424384a7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ${CL}"
|
|||
|
||||
update_info
|
||||
while true; do
|
||||
read -p "This will Update Vaultwarden to $VAULT (set 2vCPU 2048MiB RAM). Proceed(y/n)?" yn
|
||||
read -p "This will Update Vaultwarden to $VAULT (set 2vCPU 2048MiB RAM Min.). Proceed(y/n)?" yn
|
||||
case $yn in
|
||||
[Yy]* ) break;;
|
||||
[Nn]* ) exit;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue