You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model=`grep VERSION /boot/VERSION | awk -F'[=.]' {'print $2'}`
@@ -35,6 +35,8 @@ check_ccu_fw_version()
35
35
36
36
if [ $model-ge 2 ] && [ $version-ge 65 ];then
37
37
PATCHSUBDIR_VERSION=ge_365
38
+
else
39
+
PATCHSUBDIR_VERSION=le_363
38
40
fi
39
41
40
42
echo"Found firmware version $model.$version.$build - using patch subdirectory version ${PATCHSUBDIR_VERSION}"| tee -a $TMP_LOGFILE| tee -a $TMP_ERRFILE
@@ -156,9 +158,16 @@ case "$1" in
156
158
157
159
### revoke patches from currently installed addon version
158
160
if [ -f${CK_FIRMWARE_FILE} ] && [ -d${PATCH_DIR} ];then
159
-
currentversion=`cat ${ADDON_DIR}/VERSION`
160
-
echo"Revoking current addon V $currentversion patch files."| tee $TMP_LOGFILE| tee $TMP_ERRFILE
0 commit comments