fix debug getmail
The output changed (due to a slight change in version); hence we need to adjust the output of the dump.
This commit is contained in:
parent
c9be8cd118
commit
a8057812a3
|
@ -15,5 +15,5 @@ else
|
|||
fi
|
||||
|
||||
for FILE in /etc/getmailrc.d/getmailrc*; do
|
||||
getmail --getmaildir "${GETMAILDIR}" --rcfile "${FILE}" --dump | tail -n +7
|
||||
getmail --getmaildir "${GETMAILDIR}" --rcfile "${FILE}" --dump | tail -n +6
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue