mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Merge pull request #414 from jcostom/master
Fix for /opt/librenms/cache ownership
This commit is contained in:
commit
78ef9bd4b7
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue