Merge pull request #341 from pedrobmarin/fix-conf-mate-ulr

Fixed API Mate URL
This commit is contained in:
Felipe Cecagno 2016-09-09 16:45:48 -03:00 committed by GitHub
commit 7c53a22bae

View File

@ -536,7 +536,7 @@ while [ $# -gt 0 ]; do
echo " Salt: $SALT" echo " Salt: $SALT"
echo echo
echo " Link to the API-Mate:" echo " Link to the API-Mate:"
echo " http://mconf.github.io/api-mate/#server=http://$BBB_WEB/bigbluebutton/&sharedSecret=$SALT" echo " http://mconf.github.io/api-mate/#server=$BBB_WEB_URL/bigbluebutton/&sharedSecret=$SALT"
echo echo
exit 0 exit 0
fi fi