Skip to content

Commit

Permalink
Update advanced Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
michelroegl-brunner committed Jan 10, 2025
1 parent 4fee650 commit 99342bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/build.func
Original file line number Diff line number Diff line change
Expand Up @@ -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:]')
Expand Down

0 comments on commit 99342bb

Please sign in to comment.