1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

QA: update message matching for changes in z-push 2.7.0

This commit is contained in:
downtownallday 2023-05-13 13:16:15 -04:00
parent 6a7fc1594d
commit 27d5aa516e

View File

@ -288,7 +288,7 @@ detect_zpush_log_error() {
let ignored=0
while read line; do
awk '
/\[FATAL\]/ && /Unable to read filename .\/var\/lib\/z-push\/users. after 3 retries/ { exit 2 }
/\[FATAL\]/ && /Unable to read filename .\/var\/lib\/z-push\/users. after 3 attempts/ { exit 2 }
/\[FATAL\]/ { exit 1 }
/\[WARN\]/ { exit 2 }
' \