Skip to content

Commit

Permalink
add path for jar if installed via apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
hdonnay committed Apr 25, 2014
1 parent f1cee21 commit 31047cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zk/server_java.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func (sc ServerConfig) Marshall(w io.Writer) error {
var jarSearchPaths = []string{
"zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"../zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"/usr/share/java/zookeeper-*.jar",
"/usr/local/zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"/usr/local/Cellar/zookeeper/*/libexec/contrib/fatjar/zookeeper-*-fatjar.jar",
}
Expand Down

0 comments on commit 31047cb

Please sign in to comment.