fix(sonarr): replace s6-test with test

This commit is contained in:
Alexandre
2025-08-10 20:57:06 +02:00
parent 5f7318d219
commit 153307a364

View File

@@ -2,7 +2,7 @@
# ==============================================================================
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
if { test ${1} -ne 0 }
if { test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services