From d68b6ea7b1bb6b7ef3633984ed48588f31fafba1 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 16 Feb 2019 19:09:43 -0800 Subject: [PATCH] Default entry stream socket to location used by the block explorer --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 9d915dbd1..eb94a2f02 100755 --- a/run.sh +++ b/run.sh @@ -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