From 4a2e5ba4dc351c8521fde41e392feef5e155e640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 21 Sep 2025 16:20:04 +0100 Subject: [PATCH] . --- docker/app/scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/app/scripts/entrypoint.sh b/docker/app/scripts/entrypoint.sh index a9c2b1b..7ba536c 100755 --- a/docker/app/scripts/entrypoint.sh +++ b/docker/app/scripts/entrypoint.sh @@ -21,7 +21,7 @@ case "$MODE" in ;; SHELL) - echo "Executing: bash -c \"${@:1}\"." + echo "Executing: bash script." bash -c "${@:1}" ;;