summaryrefslogtreecommitdiff
path: root/journal-admin.cgi
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 10:58:53 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 10:58:53 +0200
commit120da283d4235f63c203db9871e6428b4541b1ec (patch)
tree870367be9884317b207281f2f57984ee8807df4c /journal-admin.cgi
parenta726a521910724f50a2101e723dd123e1d1a52e5 (diff)
Make the CGI script helpers more tolerant against changes in the directory structure.
Ignore-this: 638485b221bc02ad39979f21204019b1 darcs-hash:f69800ac33d4b21f0856bc809dce5dcf399bf3df
Diffstat (limited to 'journal-admin.cgi')
-rwxr-xr-xjournal-admin.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal-admin.cgi b/journal-admin.cgi
index bbff8a3..5fa1272 100755
--- a/journal-admin.cgi
+++ b/journal-admin.cgi
@@ -5,7 +5,7 @@ if test -e /home/mulk; then
LISPINIT_DIR="$DIR"
else
# NearlyFreeSpeech.NET.
- LISPINIT_DIR=/home/protected/journal
+ LISPINIT_DIR="$NFSN_SITE_ROOT/protected/journal"
fi
exec env LC_ALL=de_DE.UTF-8 clisp -M "$LISPINIT_DIR/lispinit.mem.gz" "$DIR/run.lisp" --admin-mode