From cdd92aa3a229ca55885b5321c793056767c05811 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 17:57:02 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 6128e00c..b937c02b 100755 --- a/defaults.inc +++ b/defaults.inc @@ -53,7 +53,7 @@ if [ -f ${PW_FOLDER}/settings.local.conf ]; then PW_ALLHOSTS=(${PW_ALL_HOSTS}) unset IFS - echo "HERE!!!: ${PW_SYSHOSTS[@]}" + echo "HERE!!!: ${PW_MAINSITEHOSTS[@]}" else echo "NO settings.local.conf FILE FOUND"