Fixed crontab
authordavyd <davyd>
Sat, 7 Feb 2004 15:41:57 +0000 (15:41 +0000)
committerdavyd <davyd>
Sat, 7 Feb 2004 15:41:57 +0000 (15:41 +0000)
crontab

diff --git a/crontab b/crontab
index 66e16bf..4068793 100644 (file)
--- a/crontab
+++ b/crontab
@@ -1,2 +1,2 @@
-*/10 * * * *   $HOME/projects/planetucc/update-planet > /dev/null && scp $HOME/projects/planetucc/planet.html [email protected]:public-html/index.html 2>/dev/null
+*/10 * * * *   cd $HOME/projects/planetucc/ && ./update-planet > /dev/null && scp $HOME/projects/planetucc/planet.html [email protected]:public-html/index.html 2>/dev/null
 
 

UCC git Repository :: git.ucc.asn.au