From fafbc98f6f6dc1211711bb508294191fbed6b873 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:46:13 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Artela.sh b/Artela.sh index ff08911..a9476ab 100644 --- a/Artela.sh +++ b/Artela.sh @@ -125,10 +125,9 @@ sudo snap install lz4 curl https://snapshots-testnet.nodejumper.io/artela-testnet/artela-testnet_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad # 重新加载和启动服务 -source .bash_profile -sudo -S systemctl daemon-reload -sudo -S systemctl enable artelad -sudo -S systemctl start artelad +sudo systemctl daemon-reload +sudo systemctl enable artelad +sudo systemctl restart artelad && sudo journalctl -u artelad -f # 完成设置