From a1561bc16f04ef33ce05ae344cd36837b800c046 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 17:57:23 -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 b937c02b..5e71d667 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_MAINSITEHOSTS[@]}" + echo "HERE!!!: ${PW_SYSHOSTS}" else echo "NO settings.local.conf FILE FOUND"