Ahtenus / minecraft-init

Init script for minecraft and bukkit servers
404 stars 125 forks source link

Add new function "check-update" #92

Closed sockenklaus closed 11 years ago

sockenklaus commented 11 years ago

This pull request divides the function "mc_update()" into four functions:

This gives us the possibility to invoke /etc/init.d/minecraft check-update to check for updates without shutting down the server.

Ahtenus commented 11 years ago

Good one!