From 153307a364cb8d07ace9d4b40d3bc8a35a77ce96 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:57:06 +0200 Subject: [PATCH] fix(sonarr): replace s6-test with test --- sonarr/rootfs/etc/services.d/nginx/finish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonarr/rootfs/etc/services.d/nginx/finish b/sonarr/rootfs/etc/services.d/nginx/finish index 444240135..49f969d63 100644 --- a/sonarr/rootfs/etc/services.d/nginx/finish +++ b/sonarr/rootfs/etc/services.d/nginx/finish @@ -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