From b8a70075529a4ee283c3d2e8157e69ab1cd150ec Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 19 Dec 2014 22:06:34 -0500 Subject: [PATCH] Remove unnecessary ejabberdctl call. --- actions/xmpp | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/xmpp b/actions/xmpp index f4537608a..94ccfeb8d 100755 --- a/actions/xmpp +++ b/actions/xmpp @@ -137,7 +137,6 @@ def subcommand_change_hostname(arguments): in_hosts_section = True conffile.write(line) - subprocess.call(['ejabberdctl', 'stop']) subprocess.call(['service', 'ejabberd', 'stop']) subprocess.call(['pkill', '-u', 'ejabberd'])