From 394b176637d63a4711205ab1be92152cd461502f Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Wed, 23 Jun 2021 14:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Github=5FTags=20=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=A4=9A=E6=AC=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoUpdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/AutoUpdate.sh b/Scripts/AutoUpdate.sh index 98aa364..8483862 100755 --- a/Scripts/AutoUpdate.sh +++ b/Scripts/AutoUpdate.sh @@ -278,7 +278,7 @@ FW_LOGGER() { FW_Version="${CURRENT_Version}" ;; cloud) - [[ -z ${GET_CLOUD_VERSION} ]] && GET_CLOUD_VERSION + [[ -z ${CLOUD_Firmware_Version} ]] && GET_CLOUD_VERSION FW_Version="${CLOUD_Firmware_Version}" ;; -v)