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

# SRTool helper script to start the instance

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

# Accept parameters (like 'noautoupdate')
./bin/srt start webport=0.0.0.0:$SRT_PORT $1