From 74bcd30ef338007a5ae52d94adaa62e87e7f7d6a Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 20 May 2025 09:25:32 +0200 Subject: [PATCH] Config File --- misc/config-file.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config-file.func b/misc/config-file.func index 085f172..b475717 100644 --- a/misc/config-file.func +++ b/misc/config-file.func @@ -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