Bump to V6.0.5

This commit is contained in:
Hyy2001X 2021-06-09 16:31:34 +08:00
parent b07719fae5
commit aa321e13f5
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ EOF
esac esac
[[ ! ${Test_Mode} == 1 ]] && { [[ ! ${Test_Mode} == 1 ]] && {
sleep 3 sleep 3
chmod 777${FW_SAVE_PATH}/${FW_Name} chmod 777 ${FW_SAVE_PATH}/${FW_Name}
DO_UPGRADE ${Upgrade_Option} ${FW_SAVE_PATH}/${FW_Name} DO_UPGRADE ${Upgrade_Option} ${FW_SAVE_PATH}/${FW_Name}
} || { } || {
TIME b "[Test Mode] 执行: ${Upgrade_Option} ${FW_Name}" TIME b "[Test Mode] 执行: ${Upgrade_Option} ${FW_Name}"
@ -435,7 +435,7 @@ REMOVE_FW_CACHE() {
esac esac
} }
export Version=V6.0.4 export Version=V6.0.5
export log_Path=/tmp export log_Path=/tmp
export Upgrade_Command=sysupgrade export Upgrade_Command=sysupgrade
export Default_Variable=/etc/AutoBuild/Default_Variable export Default_Variable=/etc/AutoBuild/Default_Variable