summaryrefslogtreecommitdiff
path: root/netzbon/config_launch_libeufin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netzbon/config_launch_libeufin.sh')
-rwxr-xr-xnetzbon/config_launch_libeufin.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
index 2cb6e61..a7f7c91 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -48,8 +48,7 @@ fi
# TODO: add sanity-checks for presence of other required env-vars
-if test ${ENABLE_TLS:-} == "y"
-then
+if test ${ENABLE_TLS:-} == "y"; then
PROTO="https"
else
PROTO="http"