Skip to content

Commit

Permalink
Add an output to log
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rataj committed Nov 13, 2020
1 parent e74f715 commit 37b84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -uo pipefail
WM_HOST=${WM_HOST}
WM_PORT=${WM_PORT}

nc -zw10 "${WM_HOST}" "$WM_PORT" > /dev/null 2>&1
nc -zvw10 "${WM_HOST}" "$WM_PORT"

RESULT="$?"

Expand Down

0 comments on commit 37b84d4

Please sign in to comment.