Skip to content
Snippets Groups Projects
Commit bd2f1eac authored by joshuashort's avatar joshuashort Committed by GitHub
Browse files

Update run_metabase.sh

parent 33ce6104
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# if nobody manually set a host to list on then go with $HOSTNAME
# if nobody manually set a host to listen on then go with all available interfaces and host names
if [ -z "$MB_JETTY_HOST" ]; then
export MB_JETTY_HOST=0.0.0.0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment