From 0670cb087f5751e9f489c8d655c620466147566a Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Thu, 11 Nov 2021 22:30:43 +0800 Subject: [PATCH] =?UTF-8?q?V6.7.2=20=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoUpdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/AutoUpdate.sh b/Scripts/AutoUpdate.sh index 1e78053..6811951 100755 --- a/Scripts/AutoUpdate.sh +++ b/Scripts/AutoUpdate.sh @@ -3,7 +3,7 @@ # AutoUpdate for Openwrt # Dependences: bash wget-ssl/wget/uclient-fetch curl openssl jsonfilter -Version=V6.7.1 +Version=V6.7.2 function TITLE() { clear && echo "Openwrt-AutoUpdate Script by Hyy2001 ${Version}" @@ -408,7 +408,7 @@ function GET_CLOUD_LOG() { [[ -s ${Tmp_Path}/Update_Logs.json ]] && { Result=$(jsonfilter -i ${Tmp_Path}/Update_Logs.json -e '@["'""${TARGET_PROFILE}""'"]["'""${Version}""'"]' 2> /dev/null) [[ -n ${Result} ]] && { - echo -e "\n${Grey}${Version} for ${TARGET_PROFILE} 更新日志:" + echo -e "\n${Grey}${Version} 固件更新日志:" echo -e "\n${Green}${Result}${White}" } || LOGGER "未获取到当前固件的日志信息!" }