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
if [[ !-f /opt/${APP}_version.txt ]] || [[ "${RELEASE}"!="$(cat /opt/${APP}_version.txt)" ]];then
32
-
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