Files
OSIT-Mailman3/core/docker-entrypoint.sh
Abhilash Raj fcf719625c 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.
2024-08-31 15:09:15 +00:00

6.9 KiB
Executable File