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