From 2fdca7c67a49c7f12296c5aec86ea2a96be85e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C4=9Bjka?= Date: Fri, 27 Dec 2024 20:18:06 +0100 Subject: [PATCH] docker-entrypoint.sh: enable XTRACE if ENTRYPOINT_XTRACE environment variable is non-empty --- docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 6f59993e08..eb450698ad 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -352,5 +352,6 @@ _main() { } if ! _is_sourced; then + test -n "${ENTRYPOINT_XTRACE:-}" && set -x _main "$@" fi pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy