Changing the fetchmail config file has no effect (#372) (#373)

This commit is contained in:
Josef Friedrich 2016-11-02 11:28:27 +01:00 committed by Thomas VIAL
parent 3ec1fb202d
commit f2f059bb91
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
CONF=/tmp/docker-mailserver/fetchmail.cf
RC=/etc/fetchmailrc
if [ -f "$RC" ]; then
echo "The Fetchmail configuration is file '$RC' is already generated."
exit 0
fi
if [ -f "$CONF" ]; then
cat /etc/fetchmailrc_general $CONF > $RC
else