Skip to content

Commit

Permalink
skip check while importing snapshot - parity with tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 17, 2024
1 parent b4160e4 commit 2d805d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/scripts/snapshot-importer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -f ${node_dir}/chain.snapshot.block_hash ]; then
block_hash_arg="--block $(cat ${node_dir}/chain.snapshot.block_hash)"
fi

${node} snapshot import ${snapshot_file} --data-dir ${node_data_dir}
${node} snapshot import ${snapshot_file} --data-dir ${node_data_dir} --no-check
find ${node_dir}

rm -rvf ${snapshot_file}

0 comments on commit 2d805d4

Please sign in to comment.