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:
georglauterbach 2023-12-04 01:11:52 +01:00
parent c9be8cd118
commit a8057812a3
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 1 additions and 1 deletions

View File

@ -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