X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=crontab;h=40687933eacc14f9eec687dc5fea0ca325653fec;hb=96388a504cd19fb9bdc93016d7c089ac59ec5086;hp=a00c76a90264689ae9b2a51a438459ee37409be3;hpb=9ef22c5512e1e437628c42eaaf607eca2cb6867c;p=planet-ucc.git diff --git a/crontab b/crontab index a00c76a..4068793 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ -*/20 * * * * $HOME/projects/planetucc/update-planet > /dev/null && scp $HOME/projects/planetucc/planet.html planet@mussel.ucc.asn.au:public-html/index.html +*/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