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

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