Update build.func

add warning
pull/3735/head
tteckster 2 months ago committed by GitHub
parent abe337e52d
commit 93ed909fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.