nimmis / docker-spigot

A docker container with spigot, builds spigot.jar on first start
177 stars 81 forks source link

`mc_stop` seems not working #26

Closed 0xBADDCAFE closed 6 years ago

0xBADDCAFE commented 6 years ago

When execute mc_stop it prints spigot: stopped and can't execute mc_stop again, but clients can login server and do not regenerate files like world or server.properties when execute mc_start.

nimmis commented 6 years ago

I seems like the problem I fixed yesterday, are you running the latest version as I can't reproduce the problem.

Instead of executing mc_start can you send me the output of the command /bin/sh -c 'tail /var/log/supervisor/spigot*'

0xBADDCAFE commented 6 years ago

I seems like the problem I fixed yesterday

Oh sorry, I didn't check the latest image and currently it works fine. Thanks.