Browse Source

Pass --keep-going to dehydrated.

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

+ 1
- 1
run.sh View File

15
 fi
15
 fi
16
 
16
 
17
 while true; do
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
   $DEHYDRATED_CMD --cleanup
19
   $DEHYDRATED_CMD --cleanup
20
   inotifywait --timeout 86400 /letsencrypt/domains.txt
20
   inotifywait --timeout 86400 /letsencrypt/domains.txt
21
   sleep 60
21
   sleep 60

Loading…
Cancel
Save