From 7e6453a45a33f9404d6b487415108483dd752384 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 15:26:44 +0200 Subject: [PATCH] librenms --- install/librenms-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/librenms-install.sh b/install/librenms-install.sh index a68c199..138d052 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -58,7 +58,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/ -pip3 install --no-user -r /opt/librenms/requirements.txt +$STD pip3 install --no-user -r /opt/librenms/requirements.txt cat </opt/librenms/.env DB_DATABASE=${DB_NAME} DB_USERNAME=${DB_USER}