aboutsummaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun6
1 files changed, 1 insertions, 5 deletions
diff --git a/run b/run
index 784c89c..03f7d08 100755
--- a/run
+++ b/run
@@ -9,11 +9,7 @@ check
laststatus=$?
while :; do
- if interval; then
- sleep "${long_interval-300}"
- else
- sleep "${short_interval-30}"
- fi
+ interval
check
status=$?
if [ "$laststatus" -eq 0 ] && [ "$status" -ne 0 ]; then