Update Quili.sh
This commit is contained in:
parent
91040ee3a0
commit
a16a118ff3
4
Quili.sh
4
Quili.sh
@ -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 "无效选项。" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user