X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=crontab;h=fdaa25b269103136791b3bc8617811e3019e7688;hp=40687933eacc14f9eec687dc5fea0ca325653fec;hb=f0467c2059744a83e5e3198f388786ce1dbe8de8;hpb=f4e53471e7048a8ac7d52af5f8af3b5ca9c71fd4 diff --git a/crontab b/crontab index 4068793..fdaa25b 100644 --- a/crontab +++ b/crontab @@ -1,2 +1 @@ -*/10 * * * * cd $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