mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
bugfix
This commit is contained in:
parent
8417afc15b
commit
a6971b1ae5
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
|
||||||
'service metronome restart',
|
'service metronome restart',
|
||||||
'service postfix restart',
|
'service postfix restart',
|
||||||
'service dovecot restart',
|
'service dovecot restart',
|
||||||
'service tahoe-lafs restart'
|
'service tahoe-lafs stop',
|
||||||
|
'service tahoe-lafs start'
|
||||||
]
|
]
|
||||||
|
|
||||||
for command in command_list:
|
for command in command_list:
|
||||||
|
|
Loading…
Add table
Reference in a new issue