diff --git a/inc/services.inc b/inc/services.inc index af87d40a..c5d9d033 100755 --- a/inc/services.inc +++ b/inc/services.inc @@ -268,7 +268,7 @@ SERVICE_MGMT(){ echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}" fi - echo "HERE: ${NT_HOSTS} = ${!NT_HOSTS}" + echo "HERE: ${NT_HOSTS} = " if [ "${SERVICE['service']}" = "nginx" ] && ([ "${SERVICE['node']}" == "" ] || [ "${SERVICE['node']}" == "ALL" ]); then if [ "${RUN_NODE_TYPE}" != "" ] && [ "${NM_REPL_NGINX_PATHS[${RUN_NODE_TYPE}]}" != "" ] && ([ "${SERVICE['action']}" = "restart" ] || [ "${SERVICE['action']}" = "reload" ]); then if [ "${SERVICE['node']}" != "ns" ]; then