Explorar el Código

Pass --keep-going to dehydrated.

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

+ 1
- 1
run.sh Ver fichero

@@ -15,7 +15,7 @@ else
15 15
 fi
16 16
 
17 17
 while true; do
18
-  $DEHYDRATED_CMD --cron --hook /dns/hook --challenge dns-01
18
+  $DEHYDRATED_CMD --cron --keep-going --hook /dns/hook --challenge dns-01
19 19
   $DEHYDRATED_CMD --cleanup
20 20
   inotifywait --timeout 86400 /letsencrypt/domains.txt
21 21
   sleep 60

Loading…
Cancelar
Guardar