Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 14:28:47 -06:00
parent 45e901b7ea
commit 0bb3921f62

View File

@@ -54,9 +54,9 @@ case "$1" in
;;
delsite)
DEL_SITE=${2}
echo -e "${idsCL[LightRed]}Deleting site '${idsCL[Red]}${DEL_SITE}${idsCL[LightRed]}'...${idsCL[Default]}"
echo ""
DEL_SITE=${2}
rm -f /etc/nginx/sites-available/${DEL_SITE}.conf
rm -f /etc/nginx/sites-enabled/${DEL_SITE}.conf
rm -rf /var/www/${DEL_SITE}