diff --git a/rootfs/etc/cont-init.d/02-fix-perms.sh b/rootfs/etc/cont-init.d/02-fix-perms.sh index 4f43ab61..07858f2f 100644 --- a/rootfs/etc/cont-init.d/02-fix-perms.sh +++ b/rootfs/etc/cont-init.d/02-fix-perms.sh @@ -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 \