From 8e3f616a254050be11a8123d3ba8eea686664d66 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 20 Jul 2023 21:20:20 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index a1f7b835..4e2bccef 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -112,7 +112,6 @@ DELSITES(){ sid=1 # filels="( $(ssh root@${LB_HOSTS[0]} ls ${NM_NGINXPATH}/sites-enabled/*) )" filels="( $(ls ${NM_NGINXPATH}/sites-enabled/*) )" - echo "1: $filels" # IFS='\n' for siteconf in $filels; do # for siteconf in "${NM_NGINXPATH}/sites-enabled/*" ; do