From d906b70b1651737dcca2b06b3c1b7e4a3bd583ad Mon Sep 17 00:00:00 2001 From: juarez Date: Mon, 4 Sep 2023 16:43:40 +0200 Subject: [PATCH] #!/bin/bash -e --- ccp/modules/datashield-setup.sh | 2 +- ccp/modules/dnpm-setup.sh | 2 +- ccp/modules/exporter-setup.sh | 2 +- ccp/modules/id-management-setup.sh | 2 +- ccp/modules/login-setup.sh | 2 +- ccp/modules/mtba-setup.sh | 2 +- ccp/modules/nngm-setup.sh | 2 +- ccp/modules/teiler-setup.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ccp/modules/datashield-setup.sh b/ccp/modules/datashield-setup.sh index f5731af..4948021 100644 --- a/ccp/modules/datashield-setup.sh +++ b/ccp/modules/datashield-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ "$ENABLE_DATASHIELD" == true ]; then log INFO "DataSHIELD setup detected -- will start DataSHIELD services." diff --git a/ccp/modules/dnpm-setup.sh b/ccp/modules/dnpm-setup.sh index b3dd636..fa96179 100644 --- a/ccp/modules/dnpm-setup.sh +++ b/ccp/modules/dnpm-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ -n "${ENABLE_DNPM}" ]; then log INFO "DNPM setup detected (Beam.Connect) -- will start Beam.Connect for DNPM." diff --git a/ccp/modules/exporter-setup.sh b/ccp/modules/exporter-setup.sh index 53e3773..e33978c 100644 --- a/ccp/modules/exporter-setup.sh +++ b/ccp/modules/exporter-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ "$ENABLE_EXPORTER" == true ]; then log INFO "Exporter setup detected -- will start Exporter service." diff --git a/ccp/modules/id-management-setup.sh b/ccp/modules/id-management-setup.sh index 1e24891..199626f 100644 --- a/ccp/modules/id-management-setup.sh +++ b/ccp/modules/id-management-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e function idManagementSetup() { if [ -n "$IDMANAGER_UPLOAD_APIKEY" ]; then diff --git a/ccp/modules/login-setup.sh b/ccp/modules/login-setup.sh index 0ba0f98..5ead5d4 100644 --- a/ccp/modules/login-setup.sh +++ b/ccp/modules/login-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ "$ENABLE_LOGIN" == true ]; then log INFO "Login setup detected -- will start Login services." diff --git a/ccp/modules/mtba-setup.sh b/ccp/modules/mtba-setup.sh index 078d85b..a18b83c 100644 --- a/ccp/modules/mtba-setup.sh +++ b/ccp/modules/mtba-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e function mtbaSetup() { # TODO: Check if ID-Management Module is activated! diff --git a/ccp/modules/nngm-setup.sh b/ccp/modules/nngm-setup.sh index e934d02..6e3cd21 100644 --- a/ccp/modules/nngm-setup.sh +++ b/ccp/modules/nngm-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e function nngmSetup() { if [ -n "$NNGM_CTS_APIKEY" ]; then diff --git a/ccp/modules/teiler-setup.sh b/ccp/modules/teiler-setup.sh index ea92612..d1caebe 100644 --- a/ccp/modules/teiler-setup.sh +++ b/ccp/modules/teiler-setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ "$ENABLE_TEILER" == true ];then log INFO "Teiler setup detected -- will start Teiler services."