mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Fix weathermap output perms (#191)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9c5dc1ae5c
commit
957ca9e439
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ mkdir -p /data \
|
|||
chown librenms. \
|
||||
/data \
|
||||
"${LIBRENMS_PATH}" \
|
||||
"${LIBRENMS_PATH}/.env" \
|
||||
"${LIBRENMS_PATH}/html/plugins/Weathermap/output"
|
||||
"${LIBRENMS_PATH}/.env"
|
||||
chown -R librenms. \
|
||||
"${LIBRENMS_PATH}/html/plugins/Weathermap/output" \
|
||||
/home/librenms \
|
||||
/tpls \
|
||||
/var/lib/nginx \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue