Merge pull request #1625 from wasphin/feature/remove-unused-ip
Remove unused ip variable
This commit is contained in:
commit
5f9ded73ce
1
trunk/configure
vendored
1
trunk/configure
vendored
|
|
@ -730,7 +730,6 @@ fi
|
||||||
# next step
|
# next step
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
||||||
ip=`ifconfig|grep "inet addr"| grep -v "127.0.0.1"|awk '{print $2}'|awk -F ':' 'NR==1 {print $2}'`
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "You can run 3rdparty applications:"
|
echo "You can run 3rdparty applications:"
|
||||||
if [ $SRS_HTTP_CALLBACK = YES ]; then
|
if [ $SRS_HTTP_CALLBACK = YES ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user