From ea926b52767505c53dfda316f5db5434020497dd Mon Sep 17 00:00:00 2001 From: Leopere Date: Fri, 1 Jun 2018 16:23:27 -0400 Subject: [PATCH] Feedback clarification --- www.spee.ch/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.spee.ch/docker-entrypoint.sh b/www.spee.ch/docker-entrypoint.sh index 7b6f0a3..b5c698d 100755 --- a/www.spee.ch/docker-entrypoint.sh +++ b/www.spee.ch/docker-entrypoint.sh @@ -6,7 +6,7 @@ # default to run whatever the user wanted like "/bin/ash" ## If user runs no need to run any more of the entrypoint script. if [[ -z "$@" ]]; then - echof info "User did not attempt input." + echof info "User did not attempt input. Now executing docker-entrypoint." else exec "$@" exit 1