bigbluebutton

Este commit está contenido en:
Your Name
2020-05-28 10:39:48 +00:00
padre ed1817908a
commit 5dd77fea25
Se han modificado 117 ficheros con 28938 adiciones y 0 borrados

12
testing/bigbluebutton/entrypoint.sh Archivo ejecutable
Ver fichero

@@ -0,0 +1,12 @@
#!/bin/bash
(sleep 10s \
&& systemctl set-environment LANG=es_ES.UTF-8 \
&& ./bbb-install.sh -v bionic-230-dev -s bbb.hatthieves.es -e webmaster@hatthieves.es -d -g -c hatthieves.es:c2a37845649436f59d59ba9295e2bff7 \
&& bbb-conf --status)&
exec "$@"
#&& dpkg-reconfigure --force $(dpkg -l | grep bbb- | awk '{print $2}') \
#&& find /opt/freeswitch/etc -type f -exec sed -i 's/sip:\(.*\)/sip:(.*):5080/' {} + \
#&& systemctl stop freeswitch \
#&& find /opt/freeswitch/etc -type f -exec sed -i 's/"5060"/"5080"/' {} + \
#&& bbb-conf --restart \