mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] remove duplicated line
This commit is contained in:
parent
794bc25887
commit
2ff2df12d5
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ def domain_remove(auth, domain, force=False):
|
|||
raise MoulinetteError(errno.EIO, m18n.n('domain_deletion_failed'))
|
||||
|
||||
service_regen_conf(names=['nginx', 'metronome', 'dnsmasq'])
|
||||
os.system('yunohost app ssowatconf > /dev/null 2>&1')
|
||||
assert os.system('yunohost app ssowatconf > /dev/null 2>&1') == 0, "SSOwat conf regen failed"
|
||||
|
||||
hook_callback('post_domain_remove', args=[domain])
|
||||
|
|
Loading…
Add table
Reference in a new issue