Skip to content

Commit

Permalink
typo 🤣
Browse files Browse the repository at this point in the history
  • Loading branch information
11notes committed Jan 12, 2024
1 parent ca6bf69 commit 5dda8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
init)
log-json info "download latest snapshot from 48club"
cd ${APP_ROOT}/var
wget -q -O - $(curl -f -L -s c | grep -Eo 'https://snapshots.48.club/geth.pbss.\S+.tar.zst') | zstd -cd | tar -xvf - --strip-components=2
wget -q -O - $(curl -f -L -s https://github.com/48Club/bsc-snapshots | grep -Eo 'https://snapshots.48.club/geth.pbss.\S+.tar.zst') | zstd -cd | tar -xvf - --strip-components=2
CMD=""
;;
esac
Expand Down

0 comments on commit 5dda8b6

Please sign in to comment.