Skip to content

Commit

Permalink
fixed small bug in bbb-conf --setip for LTI
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Sep 26, 2013
1 parent a84c6ca commit 91493dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-config/bin/bbb-conf
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,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/g" \
sed -i "s/ltiEndPoint=http:\/\/.*/ltiEndPoint=http:\/\/$HOST\/lti\/tool.xml/g" \
${SERVLET_DIR}/lti/WEB-INF/classes/lti.properties
fi

Expand Down

0 comments on commit 91493dc

Please sign in to comment.