From ca9d7423590369a604c0ffd049737e38e64cb6e2 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Fri, 24 Sep 2021 23:33:52 +0800 Subject: [PATCH] =?UTF-8?q?ql=20resettfa=E5=A2=9E=E5=8A=A0=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/update.sh b/shell/update.sh index ec2fbb18..27db7f8d 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -495,6 +495,7 @@ main() { resettfa) echo -e "## 开始执行... $begin_time\n" >>$log_path auth_value=$(cat $file_auth_user | jq '.twoFactorActivated =false' -c) + auth_value=$(cat $auth_value | jq '.twoFactorActived =false' -c) echo -e "禁用两步验证成功 \n $auth_value" >>$log_path echo "$auth_value" >$file_auth_user ;;