Update Quili.sh

This commit is contained in:
smeb y 2024-06-04 09:00:26 +08:00 committed by GitHub
parent 91040ee3a0
commit a16a118ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ qclient token balance
} }
function Unlock_performance() { function unlock_performance() {
cd ceremonyclient/node cd ceremonyclient/node
git switch release-non-datacenter git switch release-non-datacenter
@ -271,7 +271,7 @@ function main_menu() {
4) run_node ;; 4) run_node ;;
5) backup_set ;; 5) backup_set ;;
6) check_balance ;; 6) check_balance ;;
7) Unlock_performance ;; 7) unlock_performance ;;
8) update_script ;; 8) update_script ;;
9) add_snapshots ;; 9) add_snapshots ;;
*) echo "无效选项。" ;; *) echo "无效选项。" ;;