From cd78001fe958dcedda35b03cf3615479ca0214b1 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:30:43 +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 a9d3e4f..ff08911 100644 --- a/Artela.sh +++ b/Artela.sh @@ -125,7 +125,7 @@ sudo snap install lz4 curl https://snapshots-testnet.nodejumper.io/artela-testnet/artela-testnet_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad # 重新加载和启动服务 -export PATH=$PATH:$HOME/go/bin +source .bash_profile sudo -S systemctl daemon-reload sudo -S systemctl enable artelad sudo -S systemctl start artelad