resolve login page flicker

This commit is contained in:
Jason Ertel
2023-08-01 16:30:24 -04:00
parent da51fd59a0
commit 8b3a38f573
2 changed files with 4 additions and 1 deletions

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