From ca969900fb6e9ca9086d1fda1906df3f7f6115d4 Mon Sep 17 00:00:00 2001 From: Tiago Daniel Jacobs Date: Mon, 9 Dec 2019 01:46:00 -0300 Subject: [PATCH] Fix change of default password --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index cf3304d..ff1c58e 100755 --- a/setup.sh +++ b/setup.sh @@ -26,7 +26,7 @@ mkdir /home/bbb chown bbb /home/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 sed -i 's/::/0.0.0.0/g' /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml