@@ -74,7 +74,7 @@ wait_for_http() {
return 0
fi
echo -e "${YELLOW}⏳ 等待${service_name}就绪 (${attempt}/${attempts})...${NC}"
echo -e "${YELLOW}⏳ 等待${service_name}就绪...${NC}"
sleep "$interval"
attempt=$((attempt + 1))
done
The note is not visible to the blocked user.