From 7ab37b66ef89a63b7b1be26987f8265ca8781679 Mon Sep 17 00:00:00 2001 From: Shankari Date: Tue, 6 Aug 2024 19:38:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Cleanup=20environment=20variable?= =?UTF-8?q?s=20in=20the=20basic=20start=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove cat - Don't set WEB_HOST since it is set in the Dockerfile Consistent with: 20670558cee27244f7f9008bf414184e424ffd83 and 51e16de15ca221c3cab892f3240a456efa11e579 --- setup/tests/start_script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/tests/start_script.sh b/setup/tests/start_script.sh index c5d2d7e39..2f4516ef9 100644 --- a/setup/tests/start_script.sh +++ b/setup/tests/start_script.sh @@ -5,9 +5,6 @@ cd /src/e-mission-server #set database URL using environment variable echo ${DB_HOST} -export WEB_SERVER_HOST=0.0.0.0 -cat conf/storage/db.conf - echo "Setting up conda..." source setup/setup_conda.sh Linux-x86_64