Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grub-ota-fallback: fix some issues on grub fallback logic script
Corrected the comparison '"${upgrade_available}" = "1"', which was missing an '=' sign. Also changed the logic 'if [ "${bootcount}" == "${bootlimit}" ]' to compare if greater than or equal, just to cover any possible corner cases and guarantee we'll fallback. Related-to: TOR-3661 Signed-off-by: Eduardo Ferreira <[email protected]>
- Loading branch information