asdasd
This commit is contained in:
parent
56c83ec182
commit
92d3a1a858
|
|
@ -68,11 +68,13 @@ def sync():
|
||||||
# Compile
|
# Compile
|
||||||
os.system(f'sievec {sieve_path}')
|
os.system(f'sievec {sieve_path}')
|
||||||
|
|
||||||
# Set ownership to mail user
|
# Set ownership
|
||||||
os.system(f'chown docker:docker {sieve_path}')
|
os.system(f'chown docker:docker {sieve_path}')
|
||||||
os.system(f'chown docker:docker {sieve_path}.svbin')
|
svbin_path = f'{sieve_path}.svbin'
|
||||||
|
if os.path.exists(svbin_path):
|
||||||
|
os.system(f'chown docker:docker {svbin_path}')
|
||||||
|
|
||||||
print(f'✓ {email}')
|
print(f'✓ {email}')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sync()
|
sync()
|
||||||
Loading…
Reference in New Issue