Update Titan.sh

This commit is contained in:
smeb y 2024-03-14 15:41:15 +08:00 committed by GitHub
parent 4a2fc227e8
commit 0d80fd3f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ start_node() {
titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0 titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0
else else
echo "启动节点并后台运行请使用查看日志或者Titan面板功能..." 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 fi
} }