From df6850dcdbdf4cb19d977119ba1032178fc1a553 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 21 Jan 2024 02:41:42 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index b517f91..74e0c9b 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -487,7 +487,7 @@ PCT_TEMPLATE_VARS=( ADMIN_GATE ) makePCTTemplateSEDPatterns(){ - local vars=("${PCT_TEMPLATE_VARS}" "$@") + local vars=("${PCT_TEMPLATE_VARS[@]}" "$@") # strip ips and save to *_IPn var... local ip_vars=() local var