From 6a3893f9add64f0e9dbb268a8204f768e7bee359 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Sun, 18 Dec 2022 20:59:15 +0100 Subject: [PATCH] [CUPS] Fix permission errors --- cups/CHANGELOG.md | 4 ++++ cups/Dockerfile | 1 + cups/config.yaml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cups/CHANGELOG.md b/cups/CHANGELOG.md index f1d6d75..84e8fdb 100644 --- a/cups/CHANGELOG.md +++ b/cups/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.2 -- 18.12.2022 + +- Fix permisson error + ## 2.0.1 -- 18.12.2022 - Fix permisson error diff --git a/cups/Dockerfile b/cups/Dockerfile index 2fb9ae9..349087b 100644 --- a/cups/Dockerfile +++ b/cups/Dockerfile @@ -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"] diff --git a/cups/config.yaml b/cups/config.yaml index 13758c5..a4f7df1 100644 --- a/cups/config.yaml +++ b/cups/config.yaml @@ -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}