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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user