We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461977b commit 8b608ccCopy full SHA for 8b608cc
install/lib/installer_base.lib.php
@@ -1630,7 +1630,7 @@ public function configure_xmpp($options = '') {
1630
caselog('chmod u+x /etc/init.d/metronome', __FILE__, __LINE__);
1631
caselog('update-rc.d metronome defaults', __FILE__, __LINE__);
1632
1633
- exec($this->getinitcommand('metronome', 'restart'));
+ exec($this->getinitcommand($conf['xmpp']['init_script'], 'restart'));
1634
1635
/*
1636
writing new private key to 'smtpd.key'
0 commit comments