Skip to content

Commit

Permalink
Return if turnserver not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bashrc2 committed Feb 7, 2025
1 parent cab68f7 commit 337c061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libreserver-app-conduit
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function conduit_remove_old_media {
function conduit_setup_turn {
if [ ! -f /etc/turnserver.conf ]; then
echo "turnserver is not installed"
return
fi
turn_url=${DEFAULT_DOMAIN_NAME}
turn_secret=$(grep "static-auth-secret=" /etc/turnserver.conf | awk -F '=' '{print $2}')
Expand Down

0 comments on commit 337c061

Please sign in to comment.