Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-25 14:57:20 -05:00
parent 064661586c
commit b9919ebada

View File

@@ -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