From 9dbeadf5c6ae437e39ba5bd51014281904b3e352 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 29 Apr 2015 18:28:11 +0530 Subject: [PATCH] expose websocket port in lxc install --- vm/pandora_install.sh | 1 + 1 file changed, 1 insertion(+) 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