=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- openbsd/fw_update/fw_install.sh 2021/12/09 02:09:52 1.60 +++ openbsd/fw_update/fw_install.sh 2021/12/09 02:17:15 1.61 @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_install.sh,v 1.60 2021/12/09 02:09:52 afresh1 Exp $ +# $OpenBSD: fw_install.sh,v 1.61 2021/12/09 02:17:15 afresh1 Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh # @@ -270,6 +270,7 @@ verify "$f" || continue elif [ "${DOWNLOADDIR:-}" ]; then echo "Already have $f" + verify "$f" || continue fi [ "${DOWNLOADDIR:-}" ] && continue