taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 149ccaf9a0e52b33f4091ec103582b9e9ff273da
parent 86c652814ba2f314a8c6660b19388fd1855ffcc0
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 19 Nov 2016 17:55:53 +0100

bash syntax

Diffstat:
Mbin/taler-deployment-config-generate | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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