From 9c0304206fc307108e51bcd26e76da2d3c54ce06 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 10:06:05 +0200 Subject: [PATCH] Update LibreNMS --- install/librenms-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 31ccf30..28f858e 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -59,6 +59,7 @@ fetch_and_deploy_gh_release "librenms/librenms" setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ +chown -R librenms:librenms /opt/librenms/.local $STD su librenms -s /bin/bash -c "pip3 install -r /opt/librenms/requirements.txt" cp /opt/librenms/.env.example /opt/librenms/.env