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