From 0d80fd3f950bdadda554701969173c029f5d594f Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:41:15 +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 1c31427..331ec12 100644 --- a/Titan.sh +++ b/Titan.sh @@ -13,7 +13,7 @@ start_node() { titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0 else echo "启动节点并后台运行,请使用查看日志,或者Titan面板功能..." - nohup titan-edge daemon start > titan-edge.log 2>&1 & + nohup ./titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0 > edge.log 2>&1 & fi }