Skip to content

Commit 78ef9bd

Browse files
authored
Merge pull request #414 from jcostom/master
Fix for /opt/librenms/cache ownership
2 parents d0ed3bb + 99fee57 commit 78ef9bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/etc/cont-init.d/02-fix-perms.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ mkdir -p /data \
99
chown librenms:librenms \
1010
/data \
1111
"${LIBRENMS_PATH}" \
12-
"${LIBRENMS_PATH}/.env"
12+
"${LIBRENMS_PATH}/.env" \
13+
"${LIBRENMS_PATH}/cache"
1314
chown -R librenms:librenms \
1415
/home/librenms \
1516
/tpls \

0 commit comments

Comments
 (0)