Update sites.inc
This commit is contained in:
@@ -110,7 +110,7 @@ DELSITES(){
|
|||||||
echo -e "${idsCL[Red]}Select a site to delete...${idsCL[Default]}"
|
echo -e "${idsCL[Red]}Select a site to delete...${idsCL[Default]}"
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
sid=1
|
sid=1
|
||||||
filels="( $(ssh root@${WEB_HOSTS[0]} ls '${NM_NGINXPATH}/sites-available/*') )"
|
filels="( $(ssh root@${WEB_HOSTS[0]} ls ${NM_NGINXPATH}/sites-available/*) )"
|
||||||
# IFS='\n'
|
# IFS='\n'
|
||||||
for siteconf in $filels; do
|
for siteconf in $filels; do
|
||||||
# for siteconf in ${NM_NGINXPATH}/sites-available/* ; do
|
# for siteconf in ${NM_NGINXPATH}/sites-available/* ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user