From 93ed909fff808a3fa2392003c7bdb6c94b30e123 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 16 Sep 2024 04:11:54 -0400 Subject: [PATCH] Update build.func add warning --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index b650a6c0..2f23be53 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 "This will create a New ${APP} LXC. Proceed?" 10 58); then + if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "If this link isn't from https://tteck.github.io/Proxmox/, you may be exposing your system to malicious code. \n \n This will create a New ${APP} LXC. Proceed?" 10 62); then clear echo -e "⚠ User exited script \n" exit