mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
parent
3ec1fb202d
commit
f2f059bb91
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue