Fix change of default password

This commit is contained in:
Tiago Daniel Jacobs 2019-12-09 01:46:00 -03:00
parent f30af58388
commit ca969900fb

View File

@ -26,7 +26,7 @@ mkdir /home/bbb
chown bbb /home/bbb chown bbb /home/bbb
echo "bbb ALL=(ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/bbb echo "bbb ALL=(ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/bbb
RUN echo "bbb:bbb" | chpasswd echo "bbb:bbb" | chpasswd
./bbb-install.sh -d -s "`hostname -f`" -v xenial-220-dev22a -a ./bbb-install.sh -d -s "`hostname -f`" -v xenial-220-dev22a -a
sed -i 's/::/0.0.0.0/g' /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml sed -i 's/::/0.0.0.0/g' /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml