Skip to content

Commit

Permalink
fix can't open '/snapshot'
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed May 10, 2024
1 parent e627532 commit c61774d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ run_octez_node() {
octez-node config init --network "$TZNETWORK_ADDRESS"

if [[ -n ${SNAPSHOT_URL} ]]; then
mkdir -p /snapshot
wget -O "/snapshot" "${SNAPSHOT_URL}"
octez-node snapshot import /snapshot
fi
Expand Down

0 comments on commit c61774d

Please sign in to comment.