From b8edddb6594f7000a98bfc1cb9a421d37e8cff1b Mon Sep 17 00:00:00 2001 From: Lsmoisu <114275920+Lsmoisu@users.noreply.github.com> Date: Mon, 19 May 2025 11:14:42 +0800 Subject: [PATCH] Update vps_manager.sh --- vps_manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps_manager.sh b/vps_manager.sh index 7a69102..2c87b4d 100644 --- a/vps_manager.sh +++ b/vps_manager.sh @@ -479,7 +479,7 @@ while true; do 1) echo "正在添加账号..." echo "请按照提示完成账号登录流程(浏览器将打开进行身份验证):" - gcloud auth login --no-browser + gcloud auth login --no-launch-browser if [ $? -eq 0 ]; then echo "账号添加成功!" else