general: update base image to Debian 12 ("Bookworm") (#3403)

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2024-01-24 17:05:55 +01:00 committed by GitHub
parent 0c7e49e654
commit 00018e7e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 145 additions and 148 deletions

View file

@ -2,6 +2,6 @@
for FILE in /etc/getmailrc.d/getmailrc*; do
if ! pgrep -f "${FILE}$" &>/dev/null; then
/usr/local/bin/getmail --getmaildir /var/lib/getmail --rcfile "${FILE}"
getmail --getmaildir /var/lib/getmail --rcfile "${FILE}"
fi
done