mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Remove unnecessary ejabberdctl call.
This commit is contained in:
parent
8c96519e34
commit
b8a7007552
@ -137,7 +137,6 @@ def subcommand_change_hostname(arguments):
|
|||||||
in_hosts_section = True
|
in_hosts_section = True
|
||||||
conffile.write(line)
|
conffile.write(line)
|
||||||
|
|
||||||
subprocess.call(['ejabberdctl', 'stop'])
|
|
||||||
subprocess.call(['service', 'ejabberd', 'stop'])
|
subprocess.call(['service', 'ejabberd', 'stop'])
|
||||||
subprocess.call(['pkill', '-u', 'ejabberd'])
|
subprocess.call(['pkill', '-u', 'ejabberd'])
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user