From 23a787a51dc650ba8dadf227b58ab9c94149fda7 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:04:09 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artela.sh b/Artela.sh index 3453aa5..25b89ae 100644 --- a/Artela.sh +++ b/Artela.sh @@ -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 artelad --name artela-node -- start --watch + pm2 start /usr/local/bin/artelad --name artela-node -- start --watch pm2 save pm2 startup systemd