Don't unregister firmware if we can't fetch the SHA256.sig
authorafresh1 <afresh1@openbsd.org>
Thu, 10 Feb 2022 00:29:32 +0000 (00:29 +0000)
committerafresh1 <afresh1@openbsd.org>
Thu, 10 Feb 2022 00:29:32 +0000 (00:29 +0000)
commit4e4477fd5c2f0bd8f61ec85117e0474d7328b5f6
tree4f65a109f49e90e4d9100d22d2f3d570d6e08618
parentd6a945fc7e874928bc51dcade9ac409e756b5ff4
Don't unregister firmware if we can't fetch the SHA256.sig

Also avoid trying to download it multiple times if it fails,
which makes error reporting much nicer.

Noticed by and OK semarie@
usr.sbin/fw_update/fw_update.sh