diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 18:35:17 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 18:35:17 +0200 |
| commit | 746f57a753b65982db5eb40efe9d49bda27bf7b3 (patch) | |
| tree | 1b70adcf93576a34b14b44bd7cc17d6e391b261b /ishtar-prepare-instance | |
| parent | 3c09635be25d4dc25893fb08079582f90b68f5ec (diff) | |
| download | Ishtar-746f57a753b65982db5eb40efe9d49bda27bf7b3.tar.bz2 Ishtar-746f57a753b65982db5eb40efe9d49bda27bf7b3.zip | |
v0.97.1 - wheezy
Diffstat (limited to 'ishtar-prepare-instance')
| -rwxr-xr-x | ishtar-prepare-instance | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance index 7820db4be..7a4cea27e 100755 --- a/ishtar-prepare-instance +++ b/ishtar-prepare-instance @@ -40,13 +40,8 @@ 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 |
