mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Use './db' as default DB directory in server.sh
This commit is contained in:
parent
6a7cd19946
commit
e8fb55b888
@ -8,7 +8,7 @@ cargo build --all --release
|
|||||||
NETWORK=$1
|
NETWORK=$1
|
||||||
shift
|
shift
|
||||||
|
|
||||||
DB=./db2
|
DB=./db
|
||||||
export RUST_LOG=${RUST_LOG-electrs=INFO}
|
export RUST_LOG=${RUST_LOG-electrs=INFO}
|
||||||
target/release/electrs --network $NETWORK --db-dir $DB --daemon-dir $HOME/.bitcoin $*
|
target/release/electrs --network $NETWORK --db-dir $DB --daemon-dir $HOME/.bitcoin $*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user