avoid rare false positive when dasbhoard load completes during setup

This commit is contained in:
Jason Ertel
2023-07-31 16:09:36 -04:00
15 changed files with 98 additions and 25 deletions
+1
View File
@@ -51,6 +51,7 @@ log_has_errors() {
grep -vE "/nsm/rules/sigma*" | \
grep -vE "/nsm/rules/yara*" | \
grep -vE "Failed to restart snapd" | \
grep -vE "Login Failed Details" | \
grep -vE "Running scope as unit" &> "$error_log"
if [[ $? -eq 0 ]]; then