1
0
Fork 0
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:
CrazyMax 2021-04-18 17:43:29 +02:00 committed by GitHub
parent 9c5dc1ae5c
commit 957ca9e439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \