Skip to content

fix(cisco): Fix infinite HUU loop.

Victor Lowther requested to merge fix-infinite-cisco-flash-loop into v4

The update script does not exit with a meaningful status code, it turns out. Scrape the output of the script to determin if the firmware update succeeded, and set a param that will cause any further attempts to reflash with the same HUU to exit early without doing anything.

Fixes gz#1332

Merge request reports