#!/bin/bash -e sed -i \ -e "/turn_uris/s/:*/: [$COTURN_BASE_URL]/" \ -e "/turn_shared_secret/s/:.*/: $AUTH_SECRET" \ /config/homeserver exec "$@"