AutoUpdate.sh 修复 -s 参数下更新固件出错的问题

This commit is contained in:
Hyy2001X 2021-01-06 15:54:19 +08:00
parent 0b934ebb35
commit 78d97ae9fc
1 changed files with 1 additions and 1 deletions

View File

@ -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