Update sites.inc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user