Skip to content

Commit d0e3363

Browse files
author
Till Brehm
committed
Do not show XMPP SSL cert renewal message as it might confuse users.
1 parent f6a1447 commit d0e3363

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,10 +1650,12 @@ public function configure_xmpp($options = '') {
16501650
echo "\n";
16511651

16521652
}else{
1653-
echo "-----\n";
1653+
/*
1654+
echo "-----\n";
16541655
echo "Metronome XMPP SSL server certificate is not renewed. Run the following command manual as root to recreate it:\n";
16551656
echo "# (cd /etc/metronome/certs && make localhost.key && make localhost.csr && make localhost.cert && chmod 0400 localhost.key && chown metronome localhost.key)\n";
16561657
echo "-----\n";
1658+
*/
16571659
}
16581660

16591661
// Copy init script

0 commit comments

Comments
 (0)