Config File

This commit is contained in:
Michel Roegl-Brunner 2025-05-20 09:24:45 +02:00
parent 5f8f57023f
commit a8bb5347a3

View File

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