fix(system-upgrades): Fix bootloop after system upgrade
This patch resolves the issues with the bootloop caused by the wrong implementation of `needs-restarting`, which returns a list of apps, that needs to be restarted. However, without the `--reboothint` parameter, it'll fail to indicate the reboot requirement using an exit code. Therefore the loop was always true and resulted in a reboot loop.
Loading
Please register or sign in to comment