From be5a9537735d039a65b01c431bbc9d8ad55d016a Mon Sep 17 00:00:00 2001 From: davyd Date: Mon, 15 Mar 2004 03:34:11 +0000 Subject: [PATCH] Bugfixen --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index e1ab6e6..3e5e7cd 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/5 * * * * $HOME/projects/planetucc/launch-update-planet.sh 2>&1 > $HOME/projects/planetucc/planet.log +*/5 * * * * echo -e "Updated at `date`:\n" > $HOME/projects/planetucc/planet.log ; $HOME/projects/planetucc/launch-update-planet.sh 2&>1 >> $HOME/projects/planetucc/planet.log -- 2.20.1