summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-02 13:37:54 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-02 13:37:54 +0100
commit39a95d6ff7cef4f61188a77b902be901bf1106ab (patch)
tree52b42ba30eb8be645896b0dd1a7ce65e7daed340
parent6c8001997bd0903efd401cfcaaa28016fb10f6ae (diff)
made it only check less frequently
-rwxr-xr-xpbot-ng_fixer2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbot-ng_fixer b/pbot-ng_fixer
index 684744f..1d7f732 100755
--- a/pbot-ng_fixer
+++ b/pbot-ng_fixer
@@ -2,7 +2,7 @@
while true
do
- sleep 30
+ sleep 30m
# If nothing has been written to the log for 30 minutes then we assume
# pbot-ng is dead.