diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 37d4e572..2de40803 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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]}"