Update sites.inc
This commit is contained in:
@@ -463,7 +463,7 @@ VIEWSITEINFO(){
|
|||||||
gosite=${NODE_TYPE}_NGINX_SITES
|
gosite=${NODE_TYPE}_NGINX_SITES
|
||||||
|
|
||||||
if [ "${!gosite}" != "" ]; then
|
if [ "${!gosite}" != "" ]; then
|
||||||
sites=$(find ${gosite}/*); i=0
|
sites=$(find ${!gosite}/*); i=0
|
||||||
for sitefile in ${sites[@]}; do
|
for sitefile in ${sites[@]}; do
|
||||||
site=${sitefile##*/}; site=${site/.conf/}
|
site=${sitefile##*/}; site=${site/.conf/}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user