From 0d52e51a9d59012f5b33d886cb2923ccb9f4cbed Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 21:47:48 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5b0df9af..c6583c12 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -220,7 +220,6 @@ DELSITE(){ DELSITES(){ echo -e "${idsCL[Green]}Select a site to delete...${idsCL[Default]}" DIVIDER true - declare -A SITES sid=1 for siteconf in /etc/nginx/sites-available/* ; do IFS='/'; site_conf=(${siteconf}); unset IFS