mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix SC
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
544519994a
commit
dc4a08ef78
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ if [ "$TALK_ENABLED" = 'yes' ]; then
|
|||
fi
|
||||
# Based on https://github.com/nextcloud/spreed/issues/960#issuecomment-416993435
|
||||
if [ -z "$(php /var/www/html/occ talk:turn:list --output="plain")" ]; then
|
||||
# shellcheck disable=SC2153
|
||||
php /var/www/html/occ talk:turn:add turn "$TALK_HOST:$TALK_PORT" "udp,tcp" --secret="$TURN_SECRET"
|
||||
fi
|
||||
STUN_SERVER="$(php /var/www/html/occ talk:stun:list --output="plain")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue