From 5feaa0461f4f41fac22f9a36e94ae44d23e3e8c3 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 17 Jan 2023 13:03:18 -0300 Subject: [PATCH] Fix nginx finish comment --- docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/finish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/finish b/docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/finish index 285928af0..01c37d192 100755 --- a/docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/finish +++ b/docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/finish @@ -1,6 +1,6 @@ #!/command/with-contenv bash # shellcheck shell=bash -# Take down the S6 supervision tree when the service exits +# Take down the S6 supervision tree when the service fails set -o errexit -o nounset -o pipefail