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 f6a1447 commit d0e3363Copy full SHA for d0e3363
install/lib/installer_base.lib.php
@@ -1650,10 +1650,12 @@ public function configure_xmpp($options = '') {
1650
echo "\n";
1651
1652
}else{
1653
- echo "-----\n";
+ /*
1654
+ echo "-----\n";
1655
echo "Metronome XMPP SSL server certificate is not renewed. Run the following command manual as root to recreate it:\n";
1656
echo "# (cd /etc/metronome/certs && make localhost.key && make localhost.csr && make localhost.cert && chmod 0400 localhost.key && chown metronome localhost.key)\n";
1657
echo "-----\n";
1658
+ */
1659
}
1660
1661
// Copy init script
0 commit comments