Skip to content
Snippets Groups Projects
Commit b365db14 authored by Bob Mottram's avatar Bob Mottram
Browse files

Removing certs is less confusing

parent 15487806
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ function remove_mailpile {
read_config_param "MAILPILE_DOMAIN_NAME"
nginx_dissite $MAILPILE_DOMAIN_NAME
# remove_certs ${MAILPILE_DOMAIN_NAME}
remove_certs ${MAILPILE_DOMAIN_NAME}
if [ -f /etc/nginx/sites-available/$MAILPILE_DOMAIN_NAME ]; then
rm -f /etc/nginx/sites-available/$MAILPILE_DOMAIN_NAME
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment