mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Release 4.0 dev1, v4.0.146
This commit is contained in:
parent
301a8ceadb
commit
ed6f8689b4
5 changed files with 4 additions and 4 deletions
|
@ -503,8 +503,6 @@ if [[ $SRS_CHERRYPY == YES ]]; then
|
|||
echo "Link players to cherrypy static-dir"
|
||||
rm -rf research/api-server/static-dir/players &&
|
||||
ln -sf `pwd`/research/players research/api-server/static-dir/players &&
|
||||
rm -f research/api-server/static-dir/crossdomain.xml &&
|
||||
ln -sf `pwd`/research/players/crossdomain.xml research/api-server/static-dir/crossdomain.xml &&
|
||||
rm -rf research/api-server/static-dir/live &&
|
||||
mkdir -p `pwd`/${SRS_OBJS}/nginx/html/live &&
|
||||
ln -sf `pwd`/${SRS_OBJS}/nginx/html/live research/api-server/static-dir/live &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue