expose websocket port in lxc install

This commit is contained in:
j 2015-04-29 18:28:11 +05:30
parent 6e4b902def
commit 9dbeadf5c6
1 changed files with 1 additions and 0 deletions

View File

@ -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