瀏覽代碼

Pass --keep-going to dehydrated.

If one domain fails, we still want certs for all the others.
master
Chris Smith 6 年之前
父節點
當前提交
7affea4efa
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      run.sh

+ 1
- 1
run.sh 查看文件

@@ -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…
取消
儲存