File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ if [ "${OEMID}" != "" ] && { [ -e "${INSTALL_MNT}/share/flatcar/oems/${OEMID}" ]
127
127
fi
128
128
done
129
129
# Note that in the case of VERSION=NEXT_VERSION we will replace the running sysext and maybe it's better
130
- # to do so than not because it allows to recover from a corrupted file (where the corruption happened on disk)
130
+ # to do so than not because it allows to recover from a corrupted file (where the corruption happened on disk).
131
+ # However, as soon as update-engine would already download the payload, we should skip the overwriting.
131
132
SUCCESS=false
132
133
# Preferred is to download from the location given by the Omaha response
133
134
# which only works with a new update-engine client that creates "full-response",
You can’t perform that action at this time.
0 commit comments