Update Artela.sh

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

View File

@ -106,9 +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 /root/go/bin/artelad --name artela-node -- start --watch
pm2 save
pm2 startup systemd
pm2 start artelad -- start && pm2 save && pm2 startup
echo '====================== 安装完成 ==========================='
echo '安装完成请重新连接VPS以启用对应快捷键功能'