Config File

This commit is contained in:
Michel Roegl-Brunner 2025-05-20 09:25:32 +02:00
parent a8bb5347a3
commit 74bcd30ef3

View File

@ -494,7 +494,7 @@ config_file() {
if [[ -n "${TAGS-}" ]]; then
if [[ "$TAGS" == *"DEFAULT"* ]]; then
TAGS="${TAGS//DEFAULT/}"
TAGS="${TAGS#;}"
TAGS="${TAGS//;/}"
TAGS="$TAGS;${var_tags:-}"
echo -e "${NETWORK}${BOLD}${DGN}Tags: ${BGN}$TAGS${CL}"
fi