From d2fdf6d76dd488071eac54861cb914b3518e10cf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Jun 2016 16:51:57 +0200 Subject: Default PROJECT is the value of INSTANCE --- ishtar-prepare-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar-prepare-instance') 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 -- cgit v1.2.3