pkgmeek: suppress the progress report about signature check when it is not being performed
This commit is contained in:
parent
00f280b794
commit
186a5ffaac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user