HomeMatic: take container down on ReGaHss (#1719)

This commit is contained in:
Pascal Vizeli
2020-12-16 16:36:47 +01:00
committed by GitHub
parent 5ae2b58a15
commit 0eae53cafa
4 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 11.0.2
- Fix issue with library
- Take container down on ReGaHss error
## 11.0.1
- Small cleanup with s6-overlay

View File

@@ -9,6 +9,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libusb-1.0 \
lighttpd \
lighttpd-mod-openssl \
nginx \
openjdk-11-jre-headless \
&& rm -rf /var/lib/apt/lists/*

View File

@@ -1,6 +1,6 @@
{
"name": "HomeMatic CCU",
"version": "11.0.1",
"version": "11.0.2",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/homematic",

View File

@@ -0,0 +1,8 @@
#!/usr/bin/execlineb -S1
# ==============================================================================
# Take down the S6 supervision tree based on service exit code
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services