BitR / empyrion-docker

Docker image for the Empyrion dedicated server using WINE

Home Page:https://hub.docker.com/r/bitr/empyrion-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server Hanging on Log File Creation

Wannab007 opened this issue · comments

sh -c 'until [ "netstat -ntl | tail -n+3" ]; do sleep 1; done
sleep 5 # gotta wait for it to open a logfile
tail -F Logs/current.log ../Logs//.log 2>/dev/null'

this is the last few lines when starting up the server with eden and the custom scenario, vanilla works fine, not sure if a docker image issue or mod so I am posting both here at at the steam page for the mod

this issue wasnt with the docker it was a permissions issue with the folder, i should have checked something so simple before posting