Explorar el Código

To allow easy reinstalls don't remove certs

Bob Mottram hace 8 años
padre
commit
4dc616dbec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-mailpile

+ 1
- 1
src/freedombone-app-mailpile Ver fichero

@@ -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