aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dev_tools/start.sh
blob: 6d6515ba0254c19ae7fe6e3a6002a314003d750b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# SRTool helper script to start the instance

if [ -z "$SRT_PORT" ] ; then
    SRT_PORT=9000
fi

./bin/srt start webport=0.0.0.0:$SRT_PORT