X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=crontab;h=fdaa25b269103136791b3bc8617811e3019e7688;hb=78c968010311958e053c47617e915c37f68a7690;hp=d480301bb464540358fbaa8517347680cc30a228;hpb=b5a8a9d513941817e1a085b2cd6aede77279e93a;p=planet-ucc.git diff --git a/crontab b/crontab index d480301..fdaa25b 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/5 * * * * $HOME/projects/planetucc/launch-update-planet.sh 2>/dev/null +*/5 * * * * echo -e "Updated at `date`:\n" > $HOME/projects/planetucc/planet.log ; $HOME/projects/planetucc/launch-update-planet.sh >> $HOME/projects/planetucc/planet.log 2>&1