Update Artela.sh

This commit is contained in:
smeb y 2024-04-01 17:05:50 +08:00 committed by GitHub
parent 23a787a51d
commit bb9c1be4b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ function install_node() {
sed -i 's|^seeds *=.*|seeds = "'$SEEDS'"|; s|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.artelad/config/config.toml
# 使用 PM2 启动节点进程
pm2 start /usr/local/bin/artelad --name artela-node -- start --watch
pm2 start /root/go/bin/artelad --name artela-node -- start --watch
pm2 save
pm2 startup systemd