AutoUpdate.sh 修复 -s 参数下更新固件出错的问题
This commit is contained in:
parent
0b934ebb35
commit
78d97ae9fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue