summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-01-11 17:32:45 -0500
committerrsiddharth <s@ricketyspace.net>2020-01-11 17:32:45 -0500
commit74883c9719f0c3dd8fb4a2093340dd3670d74586 (patch)
treede0cc6bb2ceab60eba43d649a9e5aed61ff5a0de
parent6a3bae0e68db122681849b036b695704ca240227 (diff)
cron/root: Run tball every 30 minutes.
-rw-r--r--cron/root2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/root b/cron/root
index 49cfa44..5d8e66f 100644
--- a/cron/root
+++ b/cron/root
@@ -1 +1 @@
-30 */1 * * * tball /etc/tball 1> /dev/null && echo `date` > ~/.tball-cron
+*/30 * * * * tball /etc/tball 1> /dev/null && echo `date` > ~/.tball-cron