From f2f059bb91771d2d530ad66b00cad5d22a544a82 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Wed, 2 Nov 2016 11:28:27 +0100 Subject: [PATCH] Changing the fetchmail config file has no effect (#372) (#373) --- target/bin/setup-fetchmail | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target/bin/setup-fetchmail b/target/bin/setup-fetchmail index 45eb92a4..79e04a95 100755 --- a/target/bin/setup-fetchmail +++ b/target/bin/setup-fetchmail @@ -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