coniks-sys / coniks-java

A CONIKS implementation in Java
http://coniks.org
Other
60 stars 13 forks source link

Server won't run if java file is currently open in an editor #15

Open masomel opened 8 years ago

masomel commented 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.

masomel commented 8 years ago

This may only be an issue in OSX.