Skip to content

sysupgrade: fix upgrading over HTTP

Erik Karlsson - Genexis requested to merge (removed):sysupgrade-http into devel

Remove "exit 1" that was causing upgrade over HTTP to fail. Break out HTTP downloading from iopsys_check_image and do it before perhaps_image_self_upgrade so that bundled scripts will work over HTTP also. Use "curl --fail" to fail on HTTP errors. Clean up "/mnt/" check for USB.

Merge request reports