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:
parent
6a7fc1594d
commit
27d5aa516e
@ -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 }
|
||||
' \
|
||||
|
Loading…
Reference in New Issue
Block a user