mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
fix bug of make file
This commit is contained in:
parent
9c36061d72
commit
d9104f3b5e
1 changed files with 1 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -237,7 +237,7 @@ install-api: install
|
||||||
@echo "api installed, to link and start api:"
|
@echo "api installed, to link and start api:"
|
||||||
@echo " sudo ln -sf /usr/local/srs/etc/init.d/srs-api /etc/init.d/srs-api"
|
@echo " sudo ln -sf /usr/local/srs/etc/init.d/srs-api /etc/init.d/srs-api"
|
||||||
@echo " /etc/init.d/srs-api start"
|
@echo " /etc/init.d/srs-api start"
|
||||||
@echo " http://$(shell bash auto/local_ip.sh):8085"
|
@echo " http://\$(shell bash auto/local_ip.sh):8085"
|
||||||
@echo "@see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService"
|
@echo "@see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue