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

This commit is contained in:
Josef Friedrich 2016-11-02 06:21:21 +01:00
parent 3ec1fb202d
commit f611ef6f2d
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