diff options
| 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 |
| commit | accce2ff377f325af44cf61e45ca11334a0c703a (patch) | |
| tree | 3a615552f0f6a68cef432924eb8c83e8615f574b | |
| parent | f6aae216ed48ddadcc15c777130e2c9167249bff (diff) | |
| download | Ishtar-accce2ff377f325af44cf61e45ca11334a0c703a.tar.bz2 Ishtar-accce2ff377f325af44cf61e45ca11334a0c703a.zip | |
ishtar-prepare-instance: fix link to settings.py
| -rwxr-xr-x | ishtar-prepare-instance | 2 |
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 |
