Skip to content

Commit

Permalink
concatenate stderr to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
itamararjuan committed Nov 2, 2020
1 parent ecccc93 commit edcece2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ while [[ "${multilog_err}" -ne "0" ]]; do
done

echo "Running orbs-network-go.."

/opt/orbs/orbs-node $@ | $multilog_cmd 2>&1
/opt/orbs/orbs-node $@ 2>&1 | $multilog_cmd 2>&1

0 comments on commit edcece2

Please sign in to comment.