Update Artela.sh

This commit is contained in:
smeb y 2024-07-09 09:24:03 +08:00 committed by GitHub
parent 9aaa3a28ee
commit 2f55b89696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ function install_node() {
# 下载快照
artelad tendermint unsafe-reset-all --home $HOME/.artelad --keep-addr-book
wget -O lasted_snapshot.tar.lz4 https://public-snapshot-storage-develop.s3.amazonaws.com/artela/artela_11822-1/snapshots/artela_9366339.tar.lz4
wget -O lasted_snapshot.tar.lz4 https://public-snapshot-storage-develop.s3.amazonaws.com/artela/artela_11822-1/snapshots/artela_9622238.tar.lz4
lz4 -c -d lasted_snapshot.tar.lz4 | tar -x -C $HOME/.artelad
# 使用 PM2 启动节点进程