Explorar el Código

a2enconf fix

tags/v2.0.0
Robin Thoni hace 7 años
padre
commit
2e5b4932b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      install

+ 1
- 1
install Ver fichero

@@ -15,7 +15,7 @@ cp "${dir}/cert-check.sh" /usr/local/bin/cert-check &&
15 15
 cp "${dir}/cert-renew-all.sh" /usr/local/bin/cert-renew-all &&
16 16
 
17 17
 cp "${dir}/apache/letsencrypt.conf" /etc/apache2/conf-available/letsencrypt.conf &&
18
-a2enmod letsencrypt &&
18
+a2enconf letsencrypt &&
19 19
 service apache2 reload &&
20 20
 
21 21
 if [ ! -e /etc/cron.d/cert-renew ]

Loading…
Cancelar
Guardar