Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-11 16:35:22 -06:00
parent 48f21340e4
commit 99132c84ad

View File

@@ -514,9 +514,9 @@ DELSSL()){
echo ""
echo -en "${idsCL[LightRed]}Removing Files and Folders... ${idsCL[Default]}"
rm -rf /etc/letsencrypt/archive/${DEL_SITE}
rm -rf /etc/letsencrypt/live/${DEL_SITE}
rm -f /etc/letsencrypt/renewal/${DEL_SITE}.conf
# rm -rf /etc/letsencrypt/archive/${DEL_SITE}
# rm -rf /etc/letsencrypt/live/${DEL_SITE}
# rm -f /etc/letsencrypt/renewal/${DEL_SITE}.conf
echo -e "${idsCL[Green]}OK${idsCL[Default]}"
echo ""
echo -en "${idsCL[LightYellow]}Waiting for certificate replication between the nodes... ${idsCL[Default]}"