Browse Source

To allow easy reinstalls don't remove certs

Bob Mottram 8 years ago
parent
commit
4dc616dbec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-mailpile

+ 1
- 1
src/freedombone-app-mailpile View File

@@ -212,7 +212,7 @@ function remove_mailpile {
212 212
 
213 213
     read_config_param "MAILPILE_DOMAIN_NAME"
214 214
     nginx_dissite $MAILPILE_DOMAIN_NAME
215
-    remove_certs ${MAILPILE_DOMAIN_NAME}
215
+    # remove_certs ${MAILPILE_DOMAIN_NAME}
216 216
     if [ -f /etc/nginx/sites-available/$MAILPILE_DOMAIN_NAME ]; then
217 217
         rm -f /etc/nginx/sites-available/$MAILPILE_DOMAIN_NAME
218 218
     fi