From 1cfcb06b20320802ee3a6f6b0dc2e485988e8352 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:05:00 +0800 Subject: [PATCH] Update Titan.sh --- Titan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Titan.sh b/Titan.sh index 68b786d..e3e989f 100644 --- a/Titan.sh +++ b/Titan.sh @@ -17,7 +17,7 @@ start_node() { wget -c https://github.com/Titannet-dao/titan-node/releases/download/0.1.12/titan_v0.1.12_linux_amd64.tar.gz -O - | sudo tar -xz -C /usr/local/bin --strip-components=1 titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0 else - echo "启动节点监控并后台运行,请使用查看日志,或者Titan面板功能..." + echo "启动节点监控并后台运行,请使用查看日志(screen -r titan),或者Titan面板功能..." screen -dmS titan bash -c 'titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0' fi }