Cleaner output

This commit is contained in:
2025-12-17 15:09:44 -06:00
parent 515a96571b
commit ef0e7d4e7e

View File

@@ -110,7 +110,7 @@ function CanaryVerify() {
retcode=$?
echo
header Human-readable text:
echo "$canaryText" | grep -B 99 'To verify this' | grep -v 'To verify this'
echo "$canaryText" | grep -B 99 'To verify this' | grep -vE 'To verify this|BEGIN PGP SIGNED MESSAGE|^Hash: SHA512$'
exit $retcode
}