mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 11:15:38 +01:00
HomeMatic: take container down on ReGaHss (#1719)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/*
|
||||
|
||||
@@ -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",
|
||||
|
||||
8
homematic/rootfs/etc/services.d/regahss/finish
Normal file
8
homematic/rootfs/etc/services.d/regahss/finish
Normal 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
|
||||
Reference in New Issue
Block a user