Feedback clarification

This commit is contained in:
Leopere 2018-06-01 16:23:27 -04:00
parent 54cf3893eb
commit ea926b5276

View file

@ -6,7 +6,7 @@
# default to run whatever the user wanted like "/bin/ash" # default to run whatever the user wanted like "/bin/ash"
## If user runs no need to run any more of the entrypoint script. ## If user runs no need to run any more of the entrypoint script.
if [[ -z "$@" ]]; then if [[ -z "$@" ]]; then
echof info "User did not attempt input." echof info "User did not attempt input. Now executing docker-entrypoint."
else else
exec "$@" exec "$@"
exit 1 exit 1