From: davyd Date: Mon, 15 Mar 2004 03:34:11 +0000 (+0000) Subject: Bugfixen X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=commitdiff_plain;h=be5a9537735d039a65b01c431bbc9d8ad55d016a;hp=591b42e1371c3887b56e0bd2c55a7bca663208fe Bugfixen --- 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