summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xishtar-prepare-instance2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance
index 00b28a3ec..06d8e82d6 100755
--- a/ishtar-prepare-instance
+++ b/ishtar-prepare-instance
@@ -8,7 +8,7 @@ set -u
# Instance then project names:
INSTANCE=${INSTANCE-iggdrasil}
-PROJECT=${PROJECT-Test}
+PROJECT=${PROJECT-$INSTANCE}
URL=${URL-localhost}
DEST=/var/lib/python-django-ishtar
INSTANCES_FILE=$DEST/INSTANCES