X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=crontab;h=fdaa25b269103136791b3bc8617811e3019e7688;hp=3c37a627b6935a3bfade681b8bdd69a7ef28526c;hb=450a7bfdaba8430a03cc88fb67b29ce40801a2dd;hpb=6326693d76749d03570144f87e1f666e57d58c9e diff --git a/crontab b/crontab index 3c37a62..fdaa25b 100644 --- a/crontab +++ b/crontab @@ -1,2 +1 @@ -*/20 * * * * $HOME/projects/planetucc/update-planet > /dev/null && scp $HOME/projects/planetucc/planet.html planet@mussel.ucc.asn.au:public-html/index.html 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