[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
+4
View File
@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2.0.2 -- 18.12.2022
- Fix permisson error
## 2.0.1 -- 18.12.2022 ## 2.0.1 -- 18.12.2022
- Fix permisson error - Fix permisson error
+1
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 EXPOSE 631 445 137 139
RUN chmod a+x /run.sh
CMD ["/run.sh"] CMD ["/run.sh"]
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: CUPS Print Server name: CUPS Print Server
version: 2.0.1 version: 2.0.2
stage: experimental stage: experimental
slug: cups slug: cups
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch} image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}