From b9919ebada16866e720750d4b1939ee432430687 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 25 Apr 2023 14:57:20 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7a5cf970..ede514e8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1408,7 +1408,7 @@ NEWSITE(){ [ "${showdivide}" == "yes" ] && DIVIDER echo width=14 - printf "%-${width}s: %s\n" "New site" "${NEWSITES}" + printf "%-${width}s: %s\n" "New site" "${NEW_SITE}" printf "%-${width}s: %s\n" "Create SSL" "${CREATE_SSL}" printf "%-${width}s: %s\n" "Site type" "${SITE_TYPE}" if [ "${SITE_TYPE}" = "proxy" ]; then