From 9987d7fe695ab7f74bfada72c169a84acf897194 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:59:41 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Quili.sh b/Quili.sh index c3b661a..70b5ddf 100644 --- a/Quili.sh +++ b/Quili.sh @@ -94,8 +94,7 @@ fi git clone https://github.com/a3165458/ceremonyclient.git # 进入ceremonyclient/node目录 -cd $HOME -cd ceremonyclient/node +cd ~/ceremonyclient/node git switch release # 赋予执行权限 @@ -157,8 +156,7 @@ fi git clone https://github.com/a3165458/ceremonyclient.git # 进入 ceremonyclient/node 目录 -cd $HOME -cd ceremonyclient/node +cd ~/ceremonyclient/node git switch release # 赋予执行权限 @@ -209,7 +207,7 @@ echo "=======================备份完成,请执行cd ~/backup 查看备份文 } function check_balance() { -cd ceremonyclient/client +cd ~/ceremonyclient/node GOEXPERIMENT=arenas go build -o qclient main.go sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin @@ -218,7 +216,7 @@ qclient token balance } function unlock_performance() { -cd ceremonyclient/node +cd ~/ceremonyclient/node git switch release-non-datacenter # 赋予执行权限