From ef0e7d4e7ed08780dcc1d741cd5901fd88864efc Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Wed, 17 Dec 2025 15:09:44 -0600 Subject: [PATCH] Cleaner output --- warrant_canary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warrant_canary b/warrant_canary index 8baf657..225c471 100755 --- a/warrant_canary +++ b/warrant_canary @@ -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 }