Forgot new ip setting on non-arl run

This commit is contained in:
Bocki 2020-06-06 15:11:18 +00:00
parent 7f327f90d5
commit 16b73b1707

View File

@ -11,5 +11,5 @@ if [ -f "/config/.arl" ]; then
else
echo "[services.d] Starting without ARL"
exec \
s6-setuidgid abc python3 /deemix/server.py
s6-setuidgid abc python3 /deemix/server.py --host 0.0.0.0
fi