Ver código fonte

Cleanup separately.

master
Chris Smith 8 anos atrás
pai
commit
92b5c6bae9
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      run.sh

+ 2
- 1
run.sh Ver arquivo

@@ -9,7 +9,8 @@ interrupt() {
9 9
 trap interrupt SIGINT
10 10
 
11 11
 while true; do
12
-  /letsencrypt.sh --cron --cleanup --hook /dns/hook --challenge dns-01
12
+  /letsencrypt.sh --cron --hook /dns/hook --challenge dns-01
13
+  /letsencrypt.sh --cleanup
13 14
   inotifywait --timeout 86400 /letsencrypt/domains.txt
14 15
   sleep 60
15 16
 done

Carregando…
Cancelar
Salvar