From 58e1e31bb42a397aab10b3cd5e5d3e270fceb13c Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 7 Aug 2025 00:39:03 +0200 Subject: [PATCH] Also declare ZONE_TEMPLATES as associative array --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 18f4e8f..51266e3 100644 --- a/config.sh +++ b/config.sh @@ -77,6 +77,6 @@ # The syntax of the value is: # ZONE_TEMPLATE:CONF_TEMPLATE # -#ZONE_TEMPLATES=( +#declare -A ZONE_TEMPLATES=( # [_default]="/etc/dns-manager/templates/zone.template:/etc/dns-manager/templates/zone.config.template" #)