Skip to content

Commit

Permalink
Merge pull request #430 from bonzo81/patch-1
Browse files Browse the repository at this point in the history
Update 02-fix-perms.sh for rrd folder
  • Loading branch information
crazy-max authored May 4, 2024
2 parents 68df0eb + 93eb528 commit 3fdcc0b
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 @@ -10,7 +10,8 @@ chown librenms:librenms \
/data \
"${LIBRENMS_PATH}" \
"${LIBRENMS_PATH}/.env" \
"${LIBRENMS_PATH}/cache"
"${LIBRENMS_PATH}/cache" \
"${LIBRENMS_PATH}/rrd"
chown -R librenms:librenms \
/home/librenms \
/tpls \
Expand Down

0 comments on commit 3fdcc0b

Please sign in to comment.