Revert nginx change (#1871)

This commit is contained in:
Pascal Vizeli
2021-02-18 09:57:02 +01:00
committed by GitHub
parent e89403ef80
commit fe8f2af0ea
12 changed files with 52 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.7.2
- Revert restart nginx service on error
## 6.7.1
- Restart nginx service on error

View File

@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "6.7.1",
"version": "6.7.2",
"slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],

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