X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=crontab;h=40687933eacc14f9eec687dc5fea0ca325653fec;hb=7ed1e1e5186df89118c69fb7d28fbc0b5b365c96;hp=3c37a627b6935a3bfade681b8bdd69a7ef28526c;hpb=6326693d76749d03570144f87e1f666e57d58c9e;p=planet-ucc.git diff --git a/crontab b/crontab index 3c37a62..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 2>/dev/null +*/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