commit 00e27d2fe573c46b5af73f40a82a0c45de6e0511
parent 2cf6a3e71b387664ea2a1614b13ef2ab75a33075
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 27 Jun 2019 12:27:29 +0200
set +eu
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-arm b/bin/taler-deployment-arm
@@ -1,5 +1,7 @@
#!/bin/bash
+set -eu
+
base=$HOME
export GNUNET_BASE_CONFIG=$base/deployment/taler-arm
diff --git a/bin/taler-deployment-hier b/bin/taler-deployment-hier
@@ -6,7 +6,7 @@
# permission to the group (test|demo). Also note that any
# program that creates files must set perms by its own!
-set -e
+set -eu
if test -z $TALER_CONFIG_ENV; then
echo Please run 'source ~/activate' first.