Update Quili.sh

This commit is contained in:
smeb y 2024-05-16 10:59:21 +08:00 committed by GitHub
parent aba810c981
commit 3d9143aea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 挖矿 ========================================="
}