summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xishtar-prepare-instance5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance
index 7a4cea27e..7820db4be 100755
--- a/ishtar-prepare-instance
+++ b/ishtar-prepare-instance
@@ -40,8 +40,13 @@ if [ -d "$INSTANCE" ]; then
fi
cp -ra example_project $INSTANCE
+echo "Debug...."
rm $INSTANCE/settings.py
ln -s $DEST/example_project/settings.py $DEST/$INSTANCE/settings.py
+ls $DEST/
+ls $DEST/example_project
+ls -la $DEST/$INSTANCE
+echo "Debug done"
# Collect static data:
cd $INSTANCE