Update vaultwarden-update.sh

Ensure you set resources
This commit is contained in:
tteckster 2022-11-16 11:32:52 -05:00 committed by GitHub
parent e69b1a461a
commit b28568d0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ ${CL}"
update_info update_info
while true; do while true; do
read -p "This will Update Vaultwarden to $VAULT (set 2vCPU 3072MiB RAM Min.). Proceed(y/n)?" yn read -p "This will Update Vaultwarden to $VAULT (Ensure you set 2vCPU 3072MiB RAM Min.). Proceed(y/n)?" yn
case $yn in case $yn in
[Yy]*) break ;; [Yy]*) break ;;
[Nn]*) exit ;; [Nn]*) exit ;;
@ -52,4 +52,4 @@ sleep 1
echo -e "${GN} Cleaning up... ${CL}" echo -e "${GN} Cleaning up... ${CL}"
cd ~ && rm -rf vaultwarden cd ~ && rm -rf vaultwarden
echo -e "${GN} Finished Update (set resources back to normal settings)${CL}" echo -e "${GN} Finished Update (Ensure you set resources back to normal settings)${CL}"