Explorar el Código

Pass --keep-going to dehydrated.

If one domain fails, we probably still want certs for the others.
master
Chris Smith hace 6 años
padre
commit
a967e63baa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      run.sh

+ 1
- 1
run.sh Ver fichero

@@ -20,7 +20,7 @@ if [ ! -e /letsencrypt/well-known ]; then
20 20
 fi;
21 21
 
22 22
 while true; do
23
-  $DEHYDRATED_CMD --cron --challenge http-01
23
+  $DEHYDRATED_CMD --cron --keep-going --challenge http-01
24 24
   $DEHYDRATED_CMD --cleanup
25 25
   inotifywait --timeout 86400 /letsencrypt/domains.txt
26 26
   sleep 60

Loading…
Cancelar
Guardar