From 3d9143aea64b266ba8ac7038e994d50694e22578 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 16 May 2024 10:59:21 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quili.sh b/Quili.sh index 46071e7..a3555fe 100644 --- a/Quili.sh +++ b/Quili.sh @@ -191,6 +191,8 @@ function check_service_status() { # 独立启动 function run_node() { screen -dmS Quili bash -c 'source /root/.gvm/scripts/gvm && gvm use go1.20.2 && cd ~/ceremonyclient/node && ./poor_mans_cd.sh' + + echo "=======================已启动quilibrium 挖矿 =========================================" }