Update vps_manager.sh

This commit is contained in:
Lsmoisu 2025-05-19 11:09:23 +08:00 committed by GitHub
parent 2d1bfb73c6
commit 8a4a05b0a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -479,7 +479,7 @@ while true; do
1)
echo "正在添加账号..."
echo "请按照提示完成账号登录流程(浏览器将打开进行身份验证):"
gcloud auth login
gcloud auth login --no-browser
if [ $? -eq 0 ]; then
echo "账号添加成功!"
else