From d0e3363cf906b1d9a74c65ec1be6f3b267a9f860 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Wed, 25 Jan 2017 17:57:40 +0100 Subject: [PATCH] Do not show XMPP SSL cert renewal message as it might confuse users. --- install/lib/installer_base.lib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index edf3d2136..cda386c48 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -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 -- GitLab