This commit is contained in:
zqiushi 2025-01-08 21:02:06 +08:00
parent c60b3b23f0
commit a6699548f2

View File

@ -24,7 +24,7 @@ function get_cloud_config() {
echo "Response: $response"
cloud_port=$(echo "$response" | grep -o '"port":[0-9]*' | awk -F: '{print $2}')
if [ -n "$cloud_port" ]; then
if [ -z "$cloud_port" ]; then
# 成功获取到端口
break
else