Update Quili.sh

This commit is contained in:
smeb y 2024-05-28 15:25:21 +08:00 committed by GitHub
parent 98126451d5
commit ab8552c8f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,7 +192,7 @@ function check_service_status() {
function run_node() { function run_node() {
screen -dmS Quili bash -c 'source /root/.gvm/scripts/gvm && gvm use go1.20.2 && cd ~/ceremonyclient/node && ./release_autorun.sh' screen -dmS Quili bash -c 'source /root/.gvm/scripts/gvm && gvm use go1.20.2 && cd ~/ceremonyclient/node && ./release_autorun.sh'
echo "=======================已启动quilibrium 挖矿 =========================================" echo "=======================已启动quilibrium 挖矿 请使用screen 命令查询状态========================================="
} }
function add_snapshots() { function add_snapshots() {