Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 14:22:50 -06:00
parent 1bc15cdf3c
commit 9cd868ca6d

View File

@@ -61,7 +61,7 @@ case "$1" in
rm -rf /etc/letsencrypt/archive/${DEL_SITE}
rm -rf /etc/letsencrypt/live/${DEL_SITE}
rm -rf /etc/letsencrypt/renewal/${DEL_SITE}
echo -e "${idsCL[LightRed]}Site '${idsCL[Red]}${NEW_SITE}${idsCL[LightRed]}' has been deleted.${idsCL[Default]}"
echo -e "${idsCL[LightRed]}Site '${idsCL[Red]}${DEL_SITE}${idsCL[LightRed]}' has been deleted.${idsCL[Default]}"
;;
newsite)
NEW_SITE=${2}