Skip to content

Commit

Permalink
Adjust for multiple IP addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Apr 29, 2024
1 parent 59f416d commit 3b6167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TERRA_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ export CROMWELL_URL="http://192.XXX.Y.ZZZ:8000/api/workflows/v1"
```
or the one-liner:
```
$ export CROMWELL_URL="http://$(ifconfig | grep inet | grep broadcast | cut -d ' ' -f 2):8000/api/workflows/v1"
$ export CROMWELL_URL="http://$(ifconfig | grep inet | grep broadcast | head -n 1 | cut -d ' ' -f 2):8000/api/workflows/v1"
```

### Start JobManager
Expand Down

0 comments on commit 3b6167a

Please sign in to comment.