1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the run script for centos7

This commit is contained in:
winlin 2014-10-09 11:32:12 +08:00
parent a9cceee943
commit bea53dca97
2 changed files with 3 additions and 1 deletions

View file

@ -10,3 +10,5 @@ echo "编译SRS"
ret=$?; if [[ 0 -ne $ret ]]; then echo "错误编译SRS失败"; exit $ret; fi
echo "编译SRS成功"
echo "你可以启动SRS"
echo " bash scripts/run.sh"