[CUPS] Fix permission errors

This commit is contained in:
Max Winterstein
2022-12-18 20:59:15 +01:00
committed by GitHub
parent 2130ee944a
commit 6a3893f9ad
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2.0.2 -- 18.12.2022
- Fix permisson error
## 2.0.1 -- 18.12.2022
- Fix permisson error

View File

@@ -35,4 +35,5 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
EXPOSE 631 445 137 139
RUN chmod a+x /run.sh
CMD ["/run.sh"]

View File

@@ -1,6 +1,6 @@
---
name: CUPS Print Server
version: 2.0.1
version: 2.0.2
stage: experimental
slug: cups
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}