From f98001cae2750e2fc4e8cca543ec64909d274075 Mon Sep 17 00:00:00 2001
From: Ghazi Triki <ghazi.triki@riadvice.tn>
Date: Sun, 21 Jul 2019 14:30:20 +0300
Subject: [PATCH] Updated LTI_DIR variable.

---
 bigbluebutton-config/bin/bbb-conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf
index 69fba8d55e..df333d4e12 100755
--- a/bigbluebutton-config/bin/bbb-conf
+++ b/bigbluebutton-config/bin/bbb-conf
@@ -114,7 +114,7 @@ FREESWITCH_EVENT_SOCKET=/opt/freeswitch/etc/freeswitch/autoload_configs/event_so
 RED5=red5
 RED5_DIR=/usr/share/$RED5
 
-LTI_DIR=$TOMCAT_DIR/webapps/lti
+LTI_DIR=/usr/share/bbb-lti
 
 if [ -f /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties ]; then
     SERVLET_DIR=/usr/share/bbb-web
-- 
GitLab