From f4e53471e7048a8ac7d52af5f8af3b5ca9c71fd4 Mon Sep 17 00:00:00 2001 From: davyd Date: Sat, 7 Feb 2004 15:41:57 +0000 Subject: [PATCH] Fixed crontab --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 66e16bf..4068793 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 +*/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 -- 2.20.1