From aa6701d9e5a6ce333f693c79761977c40208f786 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 Jul 2019 23:28:41 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4dfad44e..6526aa53 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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