=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- openbsd/fw_update/fw_install.sh 2021/12/07 04:23:00 1.53 +++ openbsd/fw_update/fw_install.sh 2021/12/07 04:29:18 1.54 @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_install.sh,v 1.53 2021/12/07 04:23:00 afresh1 Exp $ +# $OpenBSD: fw_install.sh,v 1.54 2021/12/07 04:29:18 afresh1 Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh # @@ -181,7 +181,7 @@ chmod go+x . fetch "$CFILE" -! signify -Vep "$FWPUB_KEY" -x "$CFILE" -m "$CFILE" && +! signify -qVep "$FWPUB_KEY" -x "$CFILE" -m "$CFILE" && echo "Signature check of SHA256.sig failed" >&2 && exit 1 for d in "${devices[@]}"; do