Remove test echo

This commit is contained in:
Paul Gonçalves Monnet 2024-06-07 16:34:07 +02:00
parent 06dcd473f2
commit a24d302400

View File

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
ls /app/Program ls /app/Program
echo patate
# Create env.py with environment variables # Create env.py with environment variables
cat <<EOT > /app/env.py cat <<EOT > /app/env.py
LDAPUSER = "${LDAPUSER}" LDAPUSER = "${LDAPUSER}"