From ceda986b0b7ba8d5b5b3b7e508a1a109fed08ea2 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 23 Dec 2025 12:55:55 +0100 Subject: [PATCH] fix quieten() function for new authentik release --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index b6adfd3..3adf8b3 100644 --- a/abra.sh +++ b/abra.sh @@ -264,7 +264,7 @@ else: quieten() { # 'SyntaxWarning|version_regex|"http\[' # is a workaround to get rid of some verbose syntax warnings, this might be fixed with another version - grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[|RuntimeWarning:' + grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[|RuntimeWarning:|### authentik shell|### Node| objects imported automatically|^$' } add_email_templates() {