From 21759969ffabe9c56a7adc8b3d11bd3f77cb07b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 30 Dec 2024 21:15:37 +0100 Subject: [PATCH] [jitsi] Handle the 'JITSI_SCALE=both' case --- bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start b/bin/start index 1751607..540fd07 100755 --- a/bin/start +++ b/bin/start @@ -35,7 +35,7 @@ startservice_jitsi() { kill -9 $SPINPID &> /dev/null # Allow multiple JVBs to connect - if [ "$JITSI_SCALE" = "client" ]; then + if [ "$JITSI_SCALE" = "client" -o "$JITSI_SCALE" = "both" ]; then for i in $(seq 1 10); do docker exec -ti jitsi-prosody-1 prosodyctl --config /config/prosody.cfg.lua register jvb$i auth.jitsiscale.federated.computer J17515cAl3-jvb done