Feedback clarification
This commit is contained in:
parent
1d4fa0ecc3
commit
0273a024ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue