diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index 84447912..22b83ca5 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -130,6 +130,7 @@ if [ "$LXC" == "yes" ]; then else sed -i s/127.0.0.1/0.0.0.0/g /etc/init/pandora.conf fi + echo "WEBSOCKET_ADDRESS = \"0.0.0.0\"" >> /srv/pandora/pandora/local_settings.py fi /srv/pandora/ctl start