1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Use './db' as default DB directory in server.sh

This commit is contained in:
Roman Zeyde 2021-08-27 14:47:39 +03:00
parent 6a7cd19946
commit e8fb55b888

View File

@ -8,7 +8,7 @@ cargo build --all --release
NETWORK=$1
shift
DB=./db2
DB=./db
export RUST_LOG=${RUST_LOG-electrs=INFO}
target/release/electrs --network $NETWORK --db-dir $DB --daemon-dir $HOME/.bitcoin $*