From 1266128ac4d39e9ec6d062ac1e703b0b76b8589e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 17:57:42 -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 5e71d667..114cf494 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_SYS_HOSTS}" else echo "NO settings.local.conf FILE FOUND"