Skip to content

Commit

Permalink
use java.io.tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Oct 19, 2023
1 parent 148c249 commit 1b27fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static void help() {
}

public static void main(String[] args) {
String socketFile = "/tmp/jvector.sock";
String socketFile = System.getProperty("java.io.tmpdir") + "/jvector.sock";
if (args.length > 1)
help();

Expand Down

0 comments on commit 1b27fae

Please sign in to comment.