X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=crontab;h=c05976afd233717b99bf84628f2edc27dfb78f39;hp=a00c76a90264689ae9b2a51a438459ee37409be3;hb=ec4f06265c52caaacb614c27bc552977040a3518;hpb=9ef22c5512e1e437628c42eaaf607eca2cb6867c diff --git a/crontab b/crontab index a00c76a..c05976a 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 +*/5 * * * * 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