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/tandoor.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ function default_settings() {
56
56
functionupdate_script() {
57
57
header_info
58
58
if [[ !-d /opt/tandoor ]];then msg_error "No ${APP} Installation Found!";exit;fi
59
+
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
59
60
ifcd /opt/tandoor && git pull | grep -q 'Already up to date';then
0 commit comments