From 74883c9719f0c3dd8fb4a2093340dd3670d74586 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jan 2020 17:32:45 -0500 Subject: cron/root: Run tball every 30 minutes. --- cron/root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron/root') 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 -- cgit v1.2.3