Explorar o código

Update vaultwarden-update.sh

tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
079d72f21c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/vaultwarden-update.sh

+ 1 - 1
misc/vaultwarden-update.sh

@@ -22,7 +22,7 @@ ${CL}"
 
 update_info
 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
     [Yy]*) break ;;
     [Nn]*) exit ;;