Skip to content

Commit

Permalink
Merge pull request #718 from pgmillon/fix-readonly-blocker
Browse files Browse the repository at this point in the history
fix: core startup fails if /opt/mailman/mailman-extra.cfg is read-only
  • Loading branch information
maxking authored Aug 31, 2024
2 parents 461d10f + a227c99 commit 4fee322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fee322

Please sign in to comment.