MinecraftServerControl / mscs

Powerful command-line control for UNIX and Linux powered Minecraft servers
https://minecraftservercontrol.github.io
BSD 2-Clause "Simplified" License
479 stars 61 forks source link

Updated Makefile with a safety check for user #320

Closed sptoothman closed 1 year ago

sptoothman commented 1 year ago

Added a safety check to see if the user exists when running make install. It was dying on me because the user already existed. Now if the user exists, it reports back the user exists and skips it.

sandain commented 1 year ago

This looks good. Thanks for the patch