Update nodemgmt-scripts.sh

This commit is contained in:
2019-07-25 23:28:41 -05:00
parent aea691306b
commit aa6701d9e5

View File

@@ -791,7 +791,7 @@ DELSITES(){
DIVIDER true
sid=1
filels="( $(ssh root@10.5.10.121 ls '/etc/nginx/sites-available/*') )"
#IFS='\n'
IFS='\n'
for siteconf in $filels; do
# for siteconf in /etc/nginx/sites-available/* ; do
[ -e "$siteconf" ] || continue