From 3ad3d4a626bb68fb378a2ce816def2b136fb541a Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 16 May 2025 09:42:42 +0200 Subject: [PATCH] librenms --- install/librenms-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 6141e4e..3e3335b 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -59,6 +59,7 @@ $STD useradd librenms -d /opt/librenms -M -r -s "$(which bash)" 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/ +cd /opt/librenms $STD uv venv .venv $STD source .venv/bin/activate $STD uv pip install -r requirements.txt