Merge pull request #718 from pgmillon/fix-readonly-blocker
fix: core startup fails if /opt/mailman/mailman-extra.cfg is read-only
This commit is contained in:
@@ -247,7 +247,7 @@ echo "HYPERKITTY_API_KEY not defined, skipping HyperKitty setup..."
|
||||
fi
|
||||
|
||||
# Now chown the places where mailman wants to write stuff.
|
||||
chown -R mailman /opt/mailman
|
||||
chown -R mailman /opt/mailman/var
|
||||
|
||||
# Generate the LMTP files for postfix if needed.
|
||||
su-exec mailman mailman aliases
|
||||
|
||||
Reference in New Issue
Block a user