Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message error #117

Open
CBGallarno opened this issue Dec 1, 2012 · 1 comment
Open

Message error #117

CBGallarno opened this issue Dec 1, 2012 · 1 comment
Assignees
Labels

Comments

@CBGallarno
Copy link

when performing the 'msm restart' command all running servers broadcast server shutting down when they should be saying restarting

@ghost ghost assigned marcuswhybrow Dec 2, 2012
@morbeo
Copy link
Contributor

morbeo commented Feb 8, 2013

# Restarts all servers
command_restart() {
        echo "Stopping servers:"
        command_stop # this is row 1998

        echo "Starting servers:"
        command_start
}

Substituted command_stop for manager_stop_all_servers "restart" and everything is fine.

IronTetsubo added a commit to IronTetsubo/minecraft-server-manager that referenced this issue Sep 8, 2013
zachlatta added a commit that referenced this issue Sep 14, 2013
Fixes issue #117 - msm restart properly says server message for restart,...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants