13 líneas
544 B
Bash
Archivo Ejecutable
13 líneas
544 B
Bash
Archivo Ejecutable
#!/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 \
|