msmhq / msm

An init script for managing Minecraft servers
http://msmhq.com
GNU General Public License v3.0
1.22k stars 225 forks source link

Add check for successful server startup #428

Closed renderorange closed 1 year ago

renderorange commented 3 years ago

The server_start function always assumes successful startup, which is confusing if the server didn't actually start.

More work needs to be done to trap and return the error on startup, but for now, this at least lets the admin know the server didn't actually start.