aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-04-17 02:02:18 +0000
committerRob Austein <sra@hactrn.net>2012-04-17 02:02:18 +0000
commit003778077dd870c36b56b2d815b8432b9815fb29 (patch)
tree48b2987b7c7481b0a0e36433c8cc865a604064ea /doc
parent8683c3f151338d65de2f5c237d231775f144a39e (diff)
Helps to use the right name for the script.
svn path=/trunk/; revision=4427
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cronjob.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cronjob.sh b/doc/cronjob.sh
index 9705db75..f87fe478 100755
--- a/doc/cronjob.sh
+++ b/doc/cronjob.sh
@@ -2,6 +2,7 @@
# $Id$
lock=cronjob.lock
+script=$HOME/subvert-rpki.hactrn.net/trunk/buildtools/pull-doc-from-wiki.py
cd `/usr/bin/dirname $0` || exit
@@ -12,7 +13,7 @@ locked)
set -x
export PATH=/bin:/usr/bin:/usr/local/bin
/usr/local/bin/svn update
- /usr/local/bin/python /u/sra/rpki/subvert-rpki.hactrn.net/trunk/buildtools/pull-doc-from-wiki.py
+ /usr/local/bin/python $script
/usr/local/bin/svn status
if test -n "$(/usr/local/bin/svn status doc.*)"
then