Skip to content

Commit 3fdcc0b

Browse files
authored
Merge pull request #430 from bonzo81/patch-1
Update 02-fix-perms.sh for rrd folder
2 parents 68df0eb + 93eb528 commit 3fdcc0b

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
@@ -10,7 +10,8 @@ chown librenms:librenms \
1010
/data \
1111
"${LIBRENMS_PATH}" \
1212
"${LIBRENMS_PATH}/.env" \
13-
"${LIBRENMS_PATH}/cache"
13+
"${LIBRENMS_PATH}/cache" \
14+
"${LIBRENMS_PATH}/rrd"
1415
chown -R librenms:librenms \
1516
/home/librenms \
1617
/tpls \

0 commit comments

Comments
 (0)