Remove unneeded mkdir

Signed-off-by: René Jochum <rene@jochum.dev>
master
René Jochum 4 years ago
parent 16cd37be92
commit 440f31367e

@ -26,9 +26,6 @@ if "MESSAGE_SIZE_LIMIT" not in os.environ:
if "DOVECOT_HOST" not in os.environ:
os.environ['DOVECOT_HOST'] = 'dovecot'
if not os.path.exists('/etc/postfix/sql'):
os.mkdir('/etc/postfix/sql')
for postfix_file in glob.glob("/conf/*.cf", recursive=True):
p = pathlib.Path(postfix_file)
p = p.relative_to(*p.parts[:2])

Loading…
Cancel
Save