Explorar el Código

web: fix typo

Saúl Ibarra Corretgé hace 6 años
padre
commit
d6de4fdb58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/rootfs/defaults/letsencrypt-renew

+ 1 - 1
web/rootfs/defaults/letsencrypt-renew

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # stop nginx
-s6-svc -u /var/run/s6/services/nginx
+s6-svc -d /var/run/s6/services/nginx
 
 # renew cert
 certbot -n renew >> /config/le-renew.log