mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[CUPS] Fix permission errors
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.2 -- 18.12.2022
|
||||
|
||||
- Fix permisson error
|
||||
|
||||
## 2.0.1 -- 18.12.2022
|
||||
|
||||
- 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
|
||||
|
||||
RUN chmod a+x /run.sh
|
||||
CMD ["/run.sh"]
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user