forked from extern/docker
Fix change of default password
This commit is contained in:
parent
f30af58388
commit
ca969900fb
2
setup.sh
2
setup.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user