正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -237,7 +237,7 @@ install-api: install | @@ -237,7 +237,7 @@ install-api: install | ||
237 | @echo "api installed, to link and start api:" | 237 | @echo "api installed, to link and start api:" |
238 | @echo " sudo ln -sf /usr/local/srs/etc/init.d/srs-api /etc/init.d/srs-api" | 238 | @echo " sudo ln -sf /usr/local/srs/etc/init.d/srs-api /etc/init.d/srs-api" |
239 | @echo " /etc/init.d/srs-api start" | 239 | @echo " /etc/init.d/srs-api start" |
240 | - @echo " http://$(shell bash auto/local_ip.sh):8085" | 240 | + @echo " http://\$(shell bash auto/local_ip.sh):8085" |
241 | @echo "@see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService" | 241 | @echo "@see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService" |
242 | 242 | ||
243 | install: | 243 | install: |
-
请 注册 或 登录 后发表评论