Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Webslice
ISPConfig 3
Commits
d0e3363c
Commit
d0e3363c
authored
Jan 25, 2017
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not show XMPP SSL cert renewal message as it might confuse users.
parent
f6a14475
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+3
-1
No files found.
install/lib/installer_base.lib.php
View file @
d0e3363c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment