We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when performing the 'msm restart' command all running servers broadcast server shutting down when they should be saying restarting
The text was updated successfully, but these errors were encountered:
# 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.
Sorry, something went wrong.
Fixes issue msmhq#117 - msm restart properly says server message for …
98a4da2
…restart, not shutdown.
Merge pull request #196 from IronTetsubo/issue117
f8434de
Fixes issue #117 - msm restart properly says server message for restart,...
marcuswhybrow
No branches or pull requests
when performing the 'msm restart' command all running servers broadcast server shutting down when they should be saying restarting
The text was updated successfully, but these errors were encountered: