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}" ;;