#!/bin/bash # SRTool helper script to start the instance with hohup if [ -z "$SRT_PORT" ] ; then SRT_PORT=9000 fi # Accept parameters (like 'noautoupdate') mv -f nohup.out nohup_prev.out nohup ./bin/srt start webport=0.0.0.0:$SRT_PORT $* cat nohup.out