Feedback clarification

This commit is contained in:
chamunks 2018-06-01 16:23:27 -04:00
parent 1d4fa0ecc3
commit 0273a024ea

View file

@ -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