参数修正

This commit is contained in:
dark 2026-05-19 17:19:51 +08:00
parent baa5613e83
commit c555b57c00

View File

@ -664,7 +664,7 @@ get_online_ips() {
} }
poll_download_progress() { poll_download_progress() {
local progress_url="${HOME_BASE_URL}/node-proxy/${AIRPORT_CODE}/api/mcp/version/upgrade/download-cloud/progress?applicationName=${APP_NAME}&moduleName=${MODULE_NAME}&airportCode=${AIRPORT_CODE}&versionNumer=${VERSION_NUMBER}" local progress_url="${HOME_BASE_URL}/node-proxy/${AIRPORT_CODE}/api/mcp/version/upgrade/download-cloud/progress?applicationName=${APP_NAME}&moduleName=${MODULE_NAME}&airportCode=${AIRPORT_CODE}&versionNumber=${VERSION_NUMBER}"
local attempt=0 local attempt=0
local max_attempts=60 local max_attempts=60
local error_regex='[Ff]ail|[Ee]rror' local error_regex='[Ff]ail|[Ee]rror'