You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ct/vaultwarden.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ echo -e "Loading..."
21
21
APP="Vaultwarden"
22
22
var_disk="6"
23
23
var_cpu="4"
24
-
var_ram="5120"
24
+
var_ram="6144"
25
25
var_os="debian"
26
26
var_version="12"
27
27
variables
@@ -72,6 +72,8 @@ function update_script() {
72
72
3>&11>&22>&3)
73
73
74
74
header_info
75
+
check_container_storage
76
+
check_container_resources
75
77
if [ "$UPD"=="1" ];then
76
78
whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "SET RESOURCES""Please set the resources in your ${APP} LXC to ${var_cpu}vCPU and ${var_ram}RAM for the build process before continuing" 10 75
0 commit comments