From 1630163284d8f1d0cd7c489817ba82745008ad76 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 23 Apr 2023 11:48:22 +0100 Subject: [PATCH] Check for string --- scripts/badtype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/badtype b/scripts/badtype index 236f5044c..f0e8aa095 100755 --- a/scripts/badtype +++ b/scripts/badtype @@ -1,2 +1,2 @@ #!/bin/bash -journalctl -u epicyon -r | grep "WARN: type from\|is not a string" \ No newline at end of file +journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string"