Просмотр исходного кода

Correct iowait timeout (24 hours not 24 minutes)

master
Chris Smith 8 лет назад
Родитель
Сommit
482bb38681
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      run.sh

+ 1
- 1
run.sh Просмотреть файл

@@ -10,6 +10,6 @@ trap interrupt SIGINT
10 10
 
11 11
 while true; do
12 12
   /letsencrypt.sh --cron --hook /lexicon.sh --challenge dns-01 
13
-  inotifywait --timeout 1440 /letsencrypt/domains.txt
13
+  inotifywait --timeout 86400 /letsencrypt/domains.txt
14 14
   sleep 60
15 15
 done

Загрузка…
Отмена
Сохранить