From d05a434d3fbe098da314e72262806a5982782f1a Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Sat, 8 Jun 2013 13:26:04 -0400 Subject: [PATCH] bbb-lti: Updated bbb-conf for fixing icon and base url --- bigbluebutton-config/bin/bbb-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 37d704033b..c98d50e869 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -504,7 +504,7 @@ while [ $# -gt 0 ]; do echo " Customer: $CUSTOMER" echo " Secret: $SECRET" echo - ICON_URL=$( echo $LTI_URL | sed 's/tool/images\/favicon.ico/') + ICON_URL=$( echo $LTI_URL | sed 's/tool/images\/icon.ico/') echo " Icon URL: $ICON_URL" echo echo @@ -1465,7 +1465,7 @@ if [ -n "$HOST" ]; then echo "Assigning $HOST for LTI integration in ${SERVLET_DIR}/lti/WEB-INF/classes/lti.properties" sed -i "s/bigbluebuttonURL=http:\/\/.*/bigbluebuttonURL=http:\/\/$HOST\/bigbluebutton/g" \ ${SERVLET_DIR}/lti/WEB-INF/classes/lti.properties - sed -i "s/ltiEndPoint=http:\/\/.*/ltiEndPoint=http:\/\/$HOST\/lti\/tool.xml/g" \ + sed -i "s/ltiEndPoint=http:\/\/.*/ltiEndPoint=http:\/\/$HOST\/lti\/tool/g" \ ${SERVLET_DIR}/lti/WEB-INF/classes/lti.properties fi