Commit d0e3363c authored by Till Brehm's avatar Till Brehm
Browse files

Do not show XMPP SSL cert renewal message as it might confuse users.

parent f6a14475
......@@ -1650,10 +1650,12 @@ class installer_base {
echo "\n";
}else{
echo "-----\n";
/*
echo "-----\n";
echo "Metronome XMPP SSL server certificate is not renewed. Run the following command manual as root to recreate it:\n";
echo "# (cd /etc/metronome/certs && make localhost.key && make localhost.csr && make localhost.cert && chmod 0400 localhost.key && chown metronome localhost.key)\n";
echo "-----\n";
*/
}
// Copy init script
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment