From 78d97ae9fc88f18d25adcc902a08c11242600971 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Wed, 6 Jan 2021 15:54:19 +0800 Subject: [PATCH] =?UTF-8?q?AutoUpdate.sh=20=E4=BF=AE=E5=A4=8D=20-s=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=8B=E6=9B=B4=E6=96=B0=E5=9B=BA=E4=BB=B6?= =?UTF-8?q?=E5=87=BA=E9=94=99=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 d8caa65..c7e50ec 100644 --- a/Scripts/AutoUpdate.sh +++ b/Scripts/AutoUpdate.sh @@ -60,7 +60,7 @@ else exit ;; esac - if [[ ! "${Force_Update}" == "1" ]] && [[ ! "${AutoUpdate_Mode}" == "1" ]];then + if [[ ! "${Force_Update}" == "1" ]] && [[ ! "${AutoUpdate_Mode}" == "1" ]] && [[ ! "${Stable_Mode}" == "1" ]];then Upgrade_Options="${Input_Option}" fi fi