This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit badd42c810e3b58a1d266b204b39b12ab77293fe
Author: Praneeth Chityala <praneethchityal...@gmail.com>
AuthorDate: Sat Mar 18 01:37:36 2023 -0400

    consul update to accept all
---
 scripts/start-consul.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/start-consul.sh b/scripts/start-consul.sh
index 74a79f2..fcc4a4e 100755
--- a/scripts/start-consul.sh
+++ b/scripts/start-consul.sh
@@ -27,7 +27,7 @@ case $1 in
             curl -O 
https://releases.hashicorp.com/consul/1.7.1/consul_1.7.1_darwin_amd64.zip
             unzip -o consul_1.7.1_darwin_amd64.zip -d ../airavata-mft/consul
             rm consul_1.7.1_darwin_amd64.zip
-            nohup ../airavata-mft/consul/consul agent -dev > $LOG_FILE 2>&1 &
+            nohup ../airavata-mft/consul/consul agent -dev -client 0.0.0.0 > 
$LOG_FILE 2>&1 &
             echo $! > $PID_PATH_NAME
             echo "Consul started"
         else

Reply via email to