From 7ae48094dec98790307d6cd72eb9bdba5634a687 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:47:47 +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 be7dc09..38a1c39 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 --init --url https://test-locator.titannet.io:5000/rpc/v0 > edge.log 2>&1 & + nohup titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0 > edge.log 2>&1 & fi }