jicofo, jvb: fix OCTO + SCTP behaviour
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1787
This commit is contained in:
@@ -72,9 +72,3 @@ tpl /defaults/logging.properties > /config/logging.properties
|
||||
tpl /defaults/jvb.conf > /config/jvb.conf
|
||||
|
||||
chown -R jvb:jitsi /config
|
||||
|
||||
# Configuration checks
|
||||
if [[ (-z $ENABLE_COLIBRI_WEBSOCKET || $ENABLE_COLIBRI_WEBSOCKET == "0") && $ENABLE_OCTO == "1" ]]; then
|
||||
echo "ERROR: In order to enable Octo relays (with ENABLE_OCTO=1), you MUST enable Colibri websockets (with ENABLE_COLIBRI_WEBSOCKET=1)";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user