From 0460f4495f9d9732f876bf6ef23b5fe68cad4028 Mon Sep 17 00:00:00 2001 From: Uzurka Date: Mon, 28 Aug 2023 19:18:58 +0200 Subject: [PATCH] Actualiser entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 032c6a7..42d528b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,4 @@ #!/bin/bash -source /root/.bashrc && "$@" \ No newline at end of file +source /root/.bashrc && "$@" +echo "coucou" \ No newline at end of file