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