Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the var directory before trying to chown. #720

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Create the var directory before trying to chown. #720

merged 1 commit into from
Aug 31, 2024

Commits on Aug 31, 2024

  1. Create the var directory before trying to chown.

    During cold start, var directory may not exist and we try to chown
    the var directory which fails if it doesn't exist. We want to make
    and chown the var directory in that case otherwise, mailman will not
    be able to write to path `/opt/mailman` to create it's own var
    directory.
    maxking committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    fcf7196 View commit details
    Browse the repository at this point in the history