From a24d302400f169356b396e20fca9891c4e46e93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Gon=C3=A7alves=20Monnet?= Date: Fri, 7 Jun 2024 16:34:07 +0200 Subject: [PATCH] Remove test echo --- Server/Program/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/Program/entrypoint.sh b/Server/Program/entrypoint.sh index 2f09463..4c585e9 100644 --- a/Server/Program/entrypoint.sh +++ b/Server/Program/entrypoint.sh @@ -1,6 +1,5 @@ #!/bin/sh ls /app/Program -echo patate # Create env.py with environment variables cat < /app/env.py LDAPUSER = "${LDAPUSER}"