Skip to content

Commit

Permalink
Updating entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdefaria committed Mar 11, 2024
1 parent 63ecfb1 commit 7bd03b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ fi
echo "running command: $input_command"
log=$($input_command 2>&1)
exit_status=$?
echo "$log"
check_exit_status $exit_status "$log"

{
Expand Down

0 comments on commit 7bd03b7

Please sign in to comment.