From defdfd7ad2c17569e0e4d1836b5609b46cd179aa Mon Sep 17 00:00:00 2001 From: 07031218 Date: Fri, 17 Dec 2021 11:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20dead=20loop=20when=20no=20?= =?UTF-8?q?2fa=20enabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: sam01101 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1e033ba..1756d3a 100644 --- a/install.sh +++ b/install.sh @@ -402,6 +402,8 @@ login_screen() { screen -x -S userbot -p 0 -X stuff "$twotimepwd" screen -x -S userbot -p 0 -X stuff $'\n' break + else + break fi done sleep 5