From 20b408ee562db59abb435d744ee8b6a1ce3df7a6 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Wed, 19 Mar 2014 13:17:56 +0000 Subject: [PATCH] _ --- crontab.php | 1 + test.sh.php | 1 + 2 files changed, 2 insertions(+) diff --git a/crontab.php b/crontab.php index 324df4e..28a0cdd 100644 --- a/crontab.php +++ b/crontab.php @@ -14,4 +14,5 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) 0 0 * * * root cd / && bash /usr/local/bin/tor-router-update +* * * * * root cd / && bash /usr/local/bin/test.sh # diff --git a/test.sh.php b/test.sh.php index be2abeb..6fadf13 100644 --- a/test.sh.php +++ b/test.sh.php @@ -7,6 +7,7 @@ do sleep 1; else echo "test failed"; + init 6; break; fi done \ No newline at end of file