X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=crontab;h=c05976afd233717b99bf84628f2edc27dfb78f39;hb=ec4f06265c52caaacb614c27bc552977040a3518;hp=66e16bffab7f1e3113dc3563c9b7fdd8027a5103;hpb=2abb68eadf9133c1e1f43cb8802d8c79eb9f8c0a;p=planet-ucc.git diff --git a/crontab b/crontab index 66e16bf..c05976a 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ -*/10 * * * * $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 * * * * 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