From 1ff0979cee23623ff750abd9b5a77e75fe4db85e Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 28 Sep 2024 13:18:02 -0400 Subject: [PATCH] Update build.func tweak --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 0cd98eeb..950ddafa 100644 --- a/misc/build.func +++ b/misc/build.func @@ -503,7 +503,7 @@ install_script() { start() { if command -v pveversion >/dev/null 2>&1; then - if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "To ensure the safety of your system, please only use https://tteck.github.io/Proxmox/\n\nThis will create a New ${APP} LXC. Proceed?" 10 58); then + if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "To ensure the safety of your system, please only use https://tteck.github.io/Proxmox/\n\nThis will create a New ${APP} LXC. Proceed?" 10 90); then clear echo -e "⚠ User exited script \n" exit