Default entry stream socket to location used by the block explorer
This commit is contained in:
2
run.sh
2
run.sh
@ -23,7 +23,7 @@ $ok || {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
entryStreamSocket=
|
entryStreamSocket=/tmp/solana-entry-stream.sock # Default to location used by the block explorer
|
||||||
while [[ -n $1 ]]; do
|
while [[ -n $1 ]]; do
|
||||||
if [[ $1 = --entry-stream ]]; then
|
if [[ $1 = --entry-stream ]]; then
|
||||||
entryStreamSocket=$2
|
entryStreamSocket=$2
|
||||||
|
Reference in New Issue
Block a user