From 99342bb79446ce9608b89e2b3a361dbc3a8ee615 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 10 Jan 2025 12:28:15 +0100 Subject: [PATCH] Update advanced Tags --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 6d941e5cb37..26937e767c9 100644 --- a/misc/build.func +++ b/misc/build.func @@ -626,7 +626,7 @@ advanced_settings() { exit_script fi - if ADV_TAGS=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set Custom Tags?[Default: ${TAGS}](Seperate by ;)" 8 58 --title "Advanced Tags" 3>&1 1>&2 2>&3); then + if ADV_TAGS=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set Custom Tags?[If you remove all, there will be no tags!]" 8 58 ${TAGS} --title "Advanced Tags" 3>&1 1>&2 2>&3); then if [ -n "${ADV_TAGS}" ]; then ADV_TAGS=${ADV_TAGS:-""} ADV_TAGS=$(echo "$ADV_TAGS" | tr -d '[:space:]')