mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
AutoUpdate.sh 修复 -s 参数下更新固件出错的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user