mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-05-07 06:16:06 +01:00
[CUPS] Fix permission errors
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user