Skip to content

Commit 4783837

Browse files
authored
Tandoor: Add Whiptail
Signed-off-by: CanbiZ <[email protected]>
1 parent 0ed4af4 commit 4783837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/tandoor.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function default_settings() {
5656
function update_script() {
5757
header_info
5858
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
5960
if cd /opt/tandoor && git pull | grep -q 'Already up to date'; then
6061
msg_ok "There is currently no update available."
6162
else

0 commit comments

Comments
 (0)