This commit is contained in:
Zachary Boyd 2014-03-19 13:17:56 +00:00
parent f2ad05bb02
commit 20b408ee56
2 changed files with 2 additions and 0 deletions

View file

@ -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
#

View file

@ -7,6 +7,7 @@ do
sleep 1;
else
echo "test failed";
init 6;
break;
fi
done