diff options
| 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 |
| commit | d2fdf6d76dd488071eac54861cb914b3518e10cf (patch) | |
| tree | 16853aead01b60c177c9491e0da39da853403e7f | |
| parent | d224d3ce078d9d9de650fe89978122dcdc65c14a (diff) | |
| download | Ishtar-d2fdf6d76dd488071eac54861cb914b3518e10cf.tar.bz2 Ishtar-d2fdf6d76dd488071eac54861cb914b3518e10cf.zip | |
Default PROJECT is the value of INSTANCE
| -rwxr-xr-x | ishtar-prepare-instance | 2 |
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 |
