From 6b1ea4c74e322d240a672b3b3d57ee8783a23934 Mon Sep 17 00:00:00 2001 From: patrickskowronekdkfz <86347677+patrickskowronekdkfz@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:54:22 +0200 Subject: [PATCH] Update gbn-setup.sh --- bbmri/modules/gbn-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbmri/modules/gbn-setup.sh b/bbmri/modules/gbn-setup.sh index 4742b0a..d3edd74 100644 --- a/bbmri/modules/gbn-setup.sh +++ b/bbmri/modules/gbn-setup.sh @@ -9,5 +9,5 @@ if [ "${ENABLE_GBN}" == "true" ]; then GBN_BROKER_URL=https://${GBN_BROKER_ID} GBN_PROXY_ID=${SITE_ID}.${GBN_BROKER_ID} GBN_FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)" - GBN_SUPPORT_EMAIL=bridgehead@helpdesk.bbmri-eric.eu + GBN_SUPPORT_EMAIL=feedback@germanbiobanknode.de fi