mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
207 stars 44 forks source link

Server stop #85

Closed gino closed 7 years ago

gino commented 7 years ago

Hi,

I currently have two servers running: modded and hub.

I have the both servers in the /home/server directory, so /home/server/hub and /home/server/modded.

When I cd /home/server and run mark2 stop modded, my hub server unfortunately stops.

Even though the folder names are correct. How does this come?

gino commented 7 years ago

Fixed it by using the -n option. My bad.