mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove remaining mention of 'rmilter' in domain_add
This commit is contained in:
parent
7ef1387d8f
commit
0b86ae0467
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def domain_add(auth, domain, dyndns=False):
|
|||
|
||||
# Don't regen these conf if we're still in postinstall
|
||||
if os.path.exists('/etc/yunohost/installed'):
|
||||
service_regen_conf(names=['nginx', 'metronome', 'dnsmasq', 'rmilter'])
|
||||
service_regen_conf(names=['nginx', 'metronome', 'dnsmasq'])
|
||||
app_ssowatconf(auth)
|
||||
|
||||
except:
|
||||
|
|
Loading…
Add table
Reference in a new issue