summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-24 15:01:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-24 15:01:24 +0200
commitaccce2ff377f325af44cf61e45ca11334a0c703a (patch)
tree3a615552f0f6a68cef432924eb8c83e8615f574b
parentf6aae216ed48ddadcc15c777130e2c9167249bff (diff)
downloadIshtar-accce2ff377f325af44cf61e45ca11334a0c703a.tar.bz2
Ishtar-accce2ff377f325af44cf61e45ca11334a0c703a.zip
ishtar-prepare-instance: fix link to settings.py
-rwxr-xr-xishtar-prepare-instance2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance
index 314cf13b9..7a4cea27e 100755
--- a/ishtar-prepare-instance
+++ b/ishtar-prepare-instance
@@ -41,7 +41,7 @@ fi
cp -ra example_project $INSTANCE
rm $INSTANCE/settings.py
-ln -s example_project/settings.py $INSTANCE/settings.py
+ln -s $DEST/example_project/settings.py $DEST/$INSTANCE/settings.py
# Collect static data:
cd $INSTANCE