From 3a3885a8e5c9f982a7f048712b331d7a371c4d26 Mon Sep 17 00:00:00 2001 From: Xtao_dada Date: Sun, 6 Sep 2020 09:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E8=84=9A=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 49f5448..c12d4c1 100644 --- a/install.sh +++ b/install.sh @@ -317,6 +317,7 @@ configure() { read_checknum(){ if [ "$ftime" == "111" ]; then echo "失败次数达到上限!" && exit 1 + fi read -p "请输入您的登录验证码: " checknum screen -x -S userbot -p 0 -X stuff "$checknum" screen -x -S userbot -p 0 -X stuff $'\n' @@ -335,6 +336,7 @@ read_checknum(){ fi fi } + login_screen(){ screen -S userbot -X quit >> /dev/null 2>&1 screen -dmS userbot