pkgmeek: suppress the progress report about signature check when it is not being performed

This commit is contained in:
John McQuah 2022-07-29 14:51:45 -04:00
parent 00f280b794
commit 186a5ffaac

View File

@ -97,7 +97,7 @@ check_pkg_mtime; pkg_utd=$?
# Silence the progress report if the user never intended to proceed with unpacking
[ "$pkg_utd" = 1 ] || [[ "$PKGMK_CHECK_SIG $PKGMK_UPDATE_SIG" =~ yes ]] || \
[[ "$PKGMK_UPDATE_FOOTPRINT $PKGMK_UPDATE_MD5" =~ yes ]] || \
echo "Checking signatures before unpacking..."
[[ "$PKGMK_IGNORE_SIG" = "yes" ]] || echo "Checking signatures before unpacking..."
# The option -uf is meant to be used AFTER a previous invocation of pkgmeek has
# alerted the user to a footprint mismatch. The options -us|-um are likewise meant