From 8f1ed2895d503039dc4ec2cf013fb43e050f8d6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de>
Date: Tue, 14 Feb 2023 10:48:00 +0100
Subject: [PATCH] proper replace domain (remove uneeded /)

---
 scripts/deployment.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/deployment.sh b/scripts/deployment.sh
index 6789105..01136af 100755
--- a/scripts/deployment.sh
+++ b/scripts/deployment.sh
@@ -50,7 +50,7 @@ export AIRFLOW_UID=$(id -u)
 
 pip install -r $GIT_REPO/requirements.txt
 
-sed -i "s_datalogistics.eflows4hpc.eu/_${SERVER_DOMAIN}_g" $GIT_REPO/dockers/docker-compose.yaml
+sed -i "s_datalogistics.eflows4hpc.eu_${SERVER_DOMAIN}_g" $GIT_REPO/dockers/docker-compose.yaml
 
 # it is at this point assumed that ip and volume are correctly assigned, and that dns is working properly
 echo "-----------Bringing up the docker containers-----------"
-- 
GitLab