From 593bc0cedb5481790b8e560545088d0bbbddc5d1 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 24 May 2015 19:01:02 -0400 Subject: [PATCH] cron: fix typo on default crontab --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 12e369a..d86fa4e 100644 --- a/crontab +++ b/crontab @@ -1,7 +1,7 @@ # hcoop portal cron tasks K5START="k5start -qtUf /etc/keytabs/hcoop" -$PORTALHOME=/afs/hcoop.net/user/h/hc/hcoop/portal3 +PORTALHOME=/afs/hcoop.net/user/h/hc/hcoop/portal3 @hourly $K5START $PORTALHOME/static/gen.sh @daily $K5START $PORTALHOME/contact/contact.sh -- 2.20.1