diff --git a/inc/sites.inc b/inc/sites.inc index f5b9e672..33364b69 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -642,7 +642,7 @@ SITEINFO(){ gosite=${NM_NGINXPATH[${RUN_NODE_TYPE}]}/sites-enabled declare -A SITELIST if [ "${gosite}" != "" ]; then - if ! [[ ${SEARCH} =~ '^[0-9]+$' ]]; then + if [ "${SEARCH}" != "0" ]; then sites=$(find ${gosite}/*${SEARCH,,}*.conf) else sites=$(find ${gosite}/*.conf)