Update vaultwarden-update.sh

This commit is contained in:
tteckster 2022-07-17 16:08:17 -04:00 committed by GitHub
parent 69441b604c
commit 15424384a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;;