Update sites.inc

This commit is contained in:
2023-07-20 21:03:58 -05:00
parent fb27569311
commit 606ba63fec

View File

@@ -110,7 +110,7 @@ DELSITES(){
echo -e "${idsCL[Red]}Select a site to delete...${idsCL[Default]}"
DIVIDER true
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'
for siteconf in $filels; do
# for siteconf in ${NM_NGINXPATH}/sites-available/* ; do