diff --git a/inc/sites.inc b/inc/sites.inc index dde912f6..60e94a1c 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -560,7 +560,8 @@ SITEINFO(){ gosite=${NM_NGINXPATH[${RUN_NODE_TYPE}]}/sites-enabled declare -A SITELIST if [ "${gosite}" != "" ]; then - [ "${SEARCH}" != "0" ] && sites=$(find ${gosite}/*${SEARCH,,}*.conf >/dev/null 2>&1) || sites=$(find ${gosite}/*.conf >/dev/null 2>&1) + [ "${SEARCH}" != "0" ] && sites=$(find ${gosite}/*${SEARCH,,}*.conf) || sites=$(find ${gosite}/*.conf) + echo "HERE: '$sites'" if [ "${sites}" != "" ]; then i=1 for sitefile in ${sites[@]}; do