From 1fcd383a2f9d49e1432721c259c79032091beb4f Mon Sep 17 00:00:00 2001 From: mmassaviol <mathieu.massaviol@hotmail.fr> Date: Tue, 28 Jan 2020 16:52:16 +0100 Subject: [PATCH] Debug deployBigMem output message --- deployBigMem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployBigMem.sh b/deployBigMem.sh index 2bffc94..d722012 100644 --- a/deployBigMem.sh +++ b/deployBigMem.sh @@ -89,7 +89,7 @@ then echo " " echo Results will be written to : $2 echo " " - hostname -I | awk -v port=$APP_PORT '{print "You can access the workflow interface at : http://"$1":"port}' + hostname -I | grep -E -o "162.38.181.[0-9]{1,3}" | awk -v port=$APP_PORT '{print "You can access the workflow interface at : http://"$1":"port}' echo " " echo To start a Bash session inside the container : docker exec -it $CONTAINER_ID /bin/bash else -- GitLab