From 2dea1493d2c7a87296fcb066c2ed259c0210f03a Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 25 May 2024 16:56:18 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Quili.sh b/Quili.sh index cbef7a0..fb710c3 100644 --- a/Quili.sh +++ b/Quili.sh @@ -78,10 +78,10 @@ git clone https://github.com/quilibriumnetwork/ceremonyclient cd ceremonyclient/node # 赋予执行权限 -chmod +x poor_mans_cd.sh +chmod +x release_autorun.sh # 创建一个screen会话并运行命令 -screen -dmS Quili bash -c './poor_mans_cd.sh' +screen -dmS Quili bash -c './release_autorun.sh' }