use lbrycrd instead of blockchain in the filename
This commit is contained in:
parent
f188d4f8d0
commit
248cbff6af
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ echo "lbrycrdd stopped"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BLOCKCHAIN_SNAPSHOT="$SNAPSHOT_DIR/blockchain_snapshot_${BLOCKS}_v${LBRYCRD_VERSION}_$(date +%F).tgz"
|
BLOCKCHAIN_SNAPSHOT="$SNAPSHOT_DIR/lbrycrd_snapshot_${BLOCKS}_v${LBRYCRD_VERSION}_$(date +%F).tgz"
|
||||||
|
|
||||||
case "$LBRYCRD_VERSION" in
|
case "$LBRYCRD_VERSION" in
|
||||||
0.17.3.*)
|
0.17.3.*)
|
||||||
|
|
Loading…
Reference in a new issue