From 90483b8cfa87e051c2d3d1eb8e18aa9a40012af2 Mon Sep 17 00:00:00 2001 From: mjeffin <44426886+mjeffin@users.noreply.github.com> Date: Thu, 8 Oct 2020 19:02:33 +0530 Subject: [PATCH] Update Install-LibreNMS.md (#12201) Change the symbol for comments from # to ; This threw an error for me while following the steps and had to google to fix the issue. Changing to ; might help people like me who are new to php. Not sure if it would affect any older versions. --- doc/Installation/Install-LibreNMS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Installation/Install-LibreNMS.md b/doc/Installation/Install-LibreNMS.md index 9278483d1e..8f4b3be531 100644 --- a/doc/Installation/Install-LibreNMS.md +++ b/doc/Installation/Install-LibreNMS.md @@ -188,14 +188,14 @@ exit ``` ``` -# Change "www" to "librenms" +;Change "www" to "librenms" [librenms] -# Change user and group to "librenms" +;Change user and group to "librenms" user = librenms group = librenms -# Change listen to a unique name +;Change listen to a unique name listen = /run/php-fpm-librenms.sock ```