summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-10 16:51:57 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-10 16:51:57 +0200
commitd2fdf6d76dd488071eac54861cb914b3518e10cf (patch)
tree16853aead01b60c177c9491e0da39da853403e7f
parentd224d3ce078d9d9de650fe89978122dcdc65c14a (diff)
downloadIshtar-d2fdf6d76dd488071eac54861cb914b3518e10cf.tar.bz2
Ishtar-d2fdf6d76dd488071eac54861cb914b3518e10cf.zip
Default PROJECT is the value of INSTANCE
-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