From f973781f28d577cfd0cc86f416689de83e852d1c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 21:47:10 -0600 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 a4bba331..5b0df9af 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -220,7 +220,7 @@ DELSITE(){ DELSITES(){ echo -e "${idsCL[Green]}Select a site to delete...${idsCL[Default]}" DIVIDER true - declare -p SITES + declare -A SITES sid=1 for siteconf in /etc/nginx/sites-available/* ; do IFS='/'; site_conf=(${siteconf}); unset IFS