Open masomel opened 8 years ago
coniks_server.sh checks to see if an instance of the server is already running using grep. Because it searches for SERVER_BIN, which contains ".", the open java file fits that same regex pattern.
This may only be an issue in OSX.
coniks_server.sh checks to see if an instance of the server is already running using grep. Because it searches for SERVER_BIN, which contains ".", the open java file fits that same regex pattern.