bigbluebutton
Este commit está contenido en:
12
testing/bigbluebutton/entrypoint.sh
Archivo ejecutable
12
testing/bigbluebutton/entrypoint.sh
Archivo ejecutable
@@ -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 \
|
||||
Referencia en una nueva incidencia
Block a user