asdasd
This commit is contained in:
@@ -68,9 +68,11 @@ 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}')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user