From d9104f3b5e0d96c566c92c4fb8c0c8e23247e2f7 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 23 Mar 2014 12:45:24 +0800 Subject: [PATCH] fix bug of make file --- trunk/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure b/trunk/configure index 61f170b3d..420c8ce15 100755 --- a/trunk/configure +++ b/trunk/configure @@ -237,7 +237,7 @@ install-api: install @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 " /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" install: