1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-07 06:59:06 +00:00

Hotfix build.func: Error when tags are empty (#1492)

This commit is contained in:
Michel Roegl-Brunner 2025-01-14 21:43:37 +01:00 committed by GitHub
parent b9829165cf
commit 424dc26720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,7 +636,7 @@ advanced_settings() {
TAGS="${ADV_TAGS}" # ADV_TAGS already contains "community-script" TAGS="${ADV_TAGS}" # ADV_TAGS already contains "community-script"
fi fi
else else
TAGS="" TAGS="community-script;"
fi fi
echo -e "${NETWORK}${BOLD}${DGN}Tags: ${BGN}$TAGS${CL}" echo -e "${NETWORK}${BOLD}${DGN}Tags: ${BGN}$TAGS${CL}"
else else