summarylogtreecommitdiffstats
path: root/librenms.install
diff options
context:
space:
mode:
Diffstat (limited to 'librenms.install')
-rw-r--r--librenms.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/librenms.install b/librenms.install
index f7b12edc85e3..328a73dc26d8 100644
--- a/librenms.install
+++ b/librenms.install
@@ -5,8 +5,8 @@ post_install() {
useradd librenms -d /usr/share/webapps/librenms -M -r
usermod -a -G librenms http
echo "Changing file permissions"
- chown -R librenms:librenms /etc/webapps/librenms
- chown http:http /var/log/librenms
+ chown -R librenms:librenms /etc/webapps/librenms/
+ chown http:http /var/log/librenms/
echo "Install new pear modules"
pear install Net_IPv4
pear install Net_IPv6