bbb-lti: Updated bbb-conf for fixing icon and base url
This commit is contained in:
parent
c21802e24e
commit
d05a434d3f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user