Skip to content

Commit

Permalink
Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Aug 4, 2023
1 parent 367c11c commit 9a76651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/containers/images/container_entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ fi
# shellcheck disable=SC2093
exec "${@}"
rc=${?}
echo "exec ${@} failed with status ${rc}"
echo "exec ${*} failed with status ${rc}" >&2
exit ${rc}

0 comments on commit 9a76651

Please sign in to comment.