mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-05-04 19:56:24 +02: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…
x
Reference in New Issue
Block a user