Browse Source

web: fix typo

Saúl Ibarra Corretgé 6 năm trước cách đây
mục cha
commit
d6de4fdb58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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