Default entry stream socket to location used by the block explorer

This commit is contained in:
Michael Vines 2019-02-16 19:09:43 -08:00
parent 58f4709362
commit d68b6ea7b1
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -23,7 +23,7 @@ $ok || {
exit 1
}
entryStreamSocket=
entryStreamSocket=/tmp/solana-entry-stream.sock # Default to location used by the block explorer
while [[ -n $1 ]]; do
if [[ $1 = --entry-stream ]]; then
entryStreamSocket=$2