fix mailman.cfg issue

We have to append ">>" to /etc/mailman.cfg and not to overwrite previously written content with ">".
Problem was that the database config made in setup_database was overriden.
This commit is contained in:
Christoph Wagner
2018-07-03 02:22:47 +02:00
parent d9c5d6ef95
commit bf6689a45e

View File

@@ -114,7 +114,7 @@ then
fi
# Generate a basic mailman.cfg.
cat > /etc/mailman.cfg << EOF
cat >> /etc/mailman.cfg << EOF
[runner.retry]
sleep_time: 10s