mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
fix(sonarr): replace s6-test with test
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Take down the S6 supervision tree when Nginx fails
|
# Take down the S6 supervision tree when Nginx fails
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
if { s6-test ${1} -ne 0 }
|
if { test ${1} -ne 0 }
|
||||||
if { s6-test ${1} -ne 256 }
|
if { test ${1} -ne 256 }
|
||||||
|
|
||||||
s6-svscanctl -t /var/run/s6/services
|
s6-svscanctl -t /var/run/s6/services
|
||||||
|
|||||||
Reference in New Issue
Block a user