mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
添加通知api
This commit is contained in:
+1
-1
@@ -494,7 +494,7 @@ main() {
|
||||
;;
|
||||
resettfa)
|
||||
echo -e "## 开始执行... $begin_time\n" >>$log_path
|
||||
auth_value=$(cat $file_auth_user | jq '.twoFactorActived =false' -c)
|
||||
auth_value=$(cat $file_auth_user | jq '.twoFactorActivated =false' -c)
|
||||
echo -e "禁用两步验证成功 \n $auth_value" >>$log_path
|
||||
echo "$auth_value" >$file_auth_user
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user