#!/bin/bash # -*- indent-tabs-mode: t; tab-width: 4; -*- [ -e /etc/mailinabox.conf ] && source /etc/mailinabox.conf [ -e /etc/cloudinabox.conf ] && source /etc/cloudinabox.conf source setup/functions.sh || exit 1 # load our functions create_turnserver_conf() { if [ ! -e "$STORAGE_ROOT/voip/turnserver.conf" ]; then mkdir -p "$STORAGE_ROOT/voip" cat > "$STORAGE_ROOT/voip/turnserver.conf" </etc/turnserver.conf </etc/logrotate.d/coturn <