emailconf: really test /etc/ dirs

This commit is contained in:
Thomas NOËL 2019-08-14 16:34:10 +02:00
parent 341ab4049c
commit cde5323fdd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ for brique in briques:
else:
briquename = brique
if not os.path.isdir('/etc/%s'):
if not os.path.isdir('/etc/%s' % brique):
continue
settings_d ='/etc/%s/settings.d' % brique