summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-19 17:55:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-19 17:55:53 +0100
commit149ccaf9a0e52b33f4091ec103582b9e9ff273da (patch)
treeaa728085e7d6ffb7546827a8ee96ac5737862a6f /bin
parent86c652814ba2f314a8c6660b19388fd1855ffcc0 (diff)
downloaddeployment-149ccaf9a0e52b33f4091ec103582b9e9ff273da.tar.gz
deployment-149ccaf9a0e52b33f4091ec103582b9e9ff273da.tar.bz2
deployment-149ccaf9a0e52b33f4091ec103582b9e9ff273da.zip
bash syntax
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-config-generate4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
index 52c7f46..deb20d4 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -10,12 +10,12 @@ base=$HOME
export PATH="$base/deployment":$PATH
-if [[ -z ${TALER_CONFIG_ENV+x} ]];
+if [[ -z ${TALER_CONFIG_ENV+x} ]]; then
echo "TALER_CONFIG_ENV not set"
exit 1
fi
-if [[ -z ${TALER_CONFIG_CURRENCY+x} ]];
+if [[ -z ${TALER_CONFIG_CURRENCY+x} ]]; then
echo "TALER_CONFIG_CURRENCY not set"
exit 1
fi