From cbc17f420a704164bdd4fe520e395802e5021872 Mon Sep 17 00:00:00 2001 From: Ing Date: Fri, 8 Sep 2023 21:36:13 +0800 Subject: [PATCH] fix get latest error --- files/board/arpl/overlayfs/opt/arpl/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/board/arpl/overlayfs/opt/arpl/menu.sh b/files/board/arpl/overlayfs/opt/arpl/menu.sh index 777feafd..1a01021b 100755 --- a/files/board/arpl/overlayfs/opt/arpl/menu.sh +++ b/files/board/arpl/overlayfs/opt/arpl/menu.sh @@ -1563,7 +1563,7 @@ function downloadExts() { TAG="${LATESTURL##*/}" fi [ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}" - if [ -z "${TAG}" ]; then + if [ -z "${TAG}" -o "${TAG}" = "latest" ]; then if [ ! "${5}" = "0" ]; then dialog --backtitle "$(backtitle)" --colors --title "${T}" \ --infobox "$(TEXT "Error checking new version")" 0 0