We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0ed3bb + 99fee57 commit 78ef9bdCopy full SHA for 78ef9bd
1 file changed
rootfs/etc/cont-init.d/02-fix-perms.sh
@@ -9,7 +9,8 @@ mkdir -p /data \
9
chown librenms:librenms \
10
/data \
11
"${LIBRENMS_PATH}" \
12
- "${LIBRENMS_PATH}/.env"
+ "${LIBRENMS_PATH}/.env" \
13
+ "${LIBRENMS_PATH}/cache"
14
chown -R librenms:librenms \
15
/home/librenms \
16
/tpls \
0 commit comments