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.
This commit is contained in:
mjeffin
2020-10-08 19:02:33 +05:30
committed by GitHub
parent 782db09bd4
commit 90483b8cfa

View File

@ -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
```