Browse Source

Pass --keep-going to dehydrated.

If one domain fails, we probably still want certs for the others.
master
Chris Smith 6 years ago
parent
commit
a967e63baa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      run.sh

+ 1
- 1
run.sh View File

20
 fi;
20
 fi;
21
 
21
 
22
 while true; do
22
 while true; do
23
-  $DEHYDRATED_CMD --cron --challenge http-01
23
+  $DEHYDRATED_CMD --cron --keep-going --challenge http-01
24
   $DEHYDRATED_CMD --cleanup
24
   $DEHYDRATED_CMD --cleanup
25
   inotifywait --timeout 86400 /letsencrypt/domains.txt
25
   inotifywait --timeout 86400 /letsencrypt/domains.txt
26
   sleep 60
26
   sleep 60

Loading…
Cancel
Save