mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 07:14:43 +00:00
V6.6.6-2 修复链接解析问题
This commit is contained in:
@@ -364,7 +364,7 @@ function ANALYSIS_API() {
|
|||||||
}
|
}
|
||||||
RM ${API_File} && touch -a ${API_File}
|
RM ${API_File} && touch -a ${API_File}
|
||||||
LOGGER "[ANALYSIS_API] 开始解析 Github API ..."
|
LOGGER "[ANALYSIS_API] 开始解析 Github API ..."
|
||||||
local i=1;while :;do
|
local i=0;while :;do
|
||||||
name=$(jsonfilter -i ${API_Dump} -e '@["assets"]' | jsonfilter -e '@['"""$i"""'].name' 2> /dev/null)
|
name=$(jsonfilter -i ${API_Dump} -e '@["assets"]' | jsonfilter -e '@['"""$i"""'].name' 2> /dev/null)
|
||||||
[[ ! $? == 0 ]] && break
|
[[ ! $? == 0 ]] && break
|
||||||
if [[ ${name} =~ "AutoBuild-${OP_REPO_NAME}-${TARGET_PROFILE}" || ${name} =~ Update_Logs.json ]]
|
if [[ ${name} =~ "AutoBuild-${OP_REPO_NAME}-${TARGET_PROFILE}" || ${name} =~ Update_Logs.json ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user