Skip to content

Commit abd92fa

Browse files
dchnickva
authored andcommitted
Revert "look in /usr/local/bin/ before /usr/local/sbin/"
This reverts commit 9ebcc09.
1 parent b22654c commit abd92fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/erlfdb_util.erl

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ find_fdbserver_bin(Options) ->
177177
undefined ->
178178
[
179179
<<"/usr/sbin/fdbserver">>,
180-
<<"/usr/local/bin/fdbserver">>,
181180
<<"/usr/local/sbin/fdbserver">>,
182181
<<"/usr/local/libexec/fdbserver">>
183182
];

0 commit comments

Comments
 (0)