aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dev_tools/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dev_tools/start.sh')
-rwxr-xr-xbin/dev_tools/start.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dev_tools/start.sh b/bin/dev_tools/start.sh
index 6d6515ba..f73dc7bc 100755
--- a/bin/dev_tools/start.sh
+++ b/bin/dev_tools/start.sh
@@ -6,5 +6,6 @@ if [ -z "$SRT_PORT" ] ; then
SRT_PORT=9000
fi
-./bin/srt start webport=0.0.0.0:$SRT_PORT
+# Accept parameters (like 'noautoupdate')
+./bin/srt start webport=0.0.0.0:$SRT_PORT $1