forked from switnet/quick-jibri-installer
Remove old quick tmp fix.
This commit is contained in:
parent
6f72a9a44e
commit
96533c8866
|
@ -287,15 +287,6 @@ sed -i "/ALWAYS_TRUST_MODE_ENABLED/ s|# ||" $JIG_SIP_PROP
|
||||||
|
|
||||||
prosodyctl register jigasi auth.$DOMAIN $JIG_TRANSC_PASWD
|
prosodyctl register jigasi auth.$DOMAIN $JIG_TRANSC_PASWD
|
||||||
|
|
||||||
#Temp fix Jigasi Transcript
|
|
||||||
if grep -q "sleep" /etc/init.d/jicofo; then
|
|
||||||
echo "Jicofo delay already present."
|
|
||||||
else
|
|
||||||
echo "Adding Jicofo delay..."
|
|
||||||
sed -i "/\/lib\/lsb\/init-functions/i sleep 20" /etc/init.d/jicofo
|
|
||||||
systemctl daemon-reload
|
|
||||||
fi
|
|
||||||
|
|
||||||
#Set Brewery
|
#Set Brewery
|
||||||
cat << JIG_JIC >> $JIC_SIP_PROP
|
cat << JIG_JIC >> $JIC_SIP_PROP
|
||||||
org.jitsi.jicofo.jigasi.BREWERY=JigasiBreweryRoom@internal.auth.$DOMAIN
|
org.jitsi.jicofo.jigasi.BREWERY=JigasiBreweryRoom@internal.auth.$DOMAIN
|
||||||
|
|
Loading…
Reference in New Issue