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

Conversation

maxking
Copy link
Owner

@maxking maxking commented Aug 31, 2024

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.

This should fix the CI failures are we are seeing.

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 maxking merged commit 5a6db6e into main Aug 31, 2024
4 checks passed
@maxking maxking deleted the fix-chown branch August 31, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant