Skip to content

Commit

Permalink
Merge pull request #414 from jcostom/master
Browse files Browse the repository at this point in the history
Fix for /opt/librenms/cache ownership
  • Loading branch information
Jellyfrog authored Jan 28, 2024
2 parents d0ed3bb + 99fee57 commit 78ef9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/etc/cont-init.d/02-fix-perms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ mkdir -p /data \
chown librenms:librenms \
/data \
"${LIBRENMS_PATH}" \
"${LIBRENMS_PATH}/.env"
"${LIBRENMS_PATH}/.env" \
"${LIBRENMS_PATH}/cache"
chown -R librenms:librenms \
/home/librenms \
/tpls \
Expand Down

0 comments on commit 78ef9bd

Please sign in to comment.