diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b4a6680..a8264ed 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -20,6 +20,7 @@ if [ -f /config/.fetchmailrc ]; then sed -i 's/mda.*/mda "\/usr\/bin\/maildrop"/' /root/.fetchmailrc else echo 'mda "/usr/bin/maildrop"' >> /root/.fetchmailrc + fi fi chmod 0700 /root/.fetchmailrc echo "Installed .fetchmailrc"