run on 0.0.0.0 if installing in lxc
This commit is contained in:
parent
ed0a1acef2
commit
e8de7a71a1
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,9 @@ $MANAGE update_static
|
|||
$MANAGE collectstatic -l --noinput
|
||||
|
||||
cp /srv/pandora/etc/init/* /etc/init/
|
||||
|
||||
if [ "$LXC" == "yes" ]; then
|
||||
sed -i s/127.0.0.1/0.0.0.0/g /etc/init/pandora.conf
|
||||
fi
|
||||
/srv/pandora/ctl start
|
||||
|
||||
#logrotate
|
||||
|
|
Loading…
Reference in a new issue