Skip to content

Commit

Permalink
replace hub with actual node host and port. oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavison committed Oct 18, 2016
1 parent 4d5df4e commit 4f8c67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeBase/entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function shutdown {
}

if [ ! -z "$REMOTE_HOST" ]; then
>&2 echo "REMOTE_HOST variable is *DEPRECATED* in these docker containers. Please use SE_OPTS=\"-hubHost <host> -hubPort <port>\" instead!"
>&2 echo "REMOTE_HOST variable is *DEPRECATED* in these docker containers. Please use SE_OPTS=\"-host <host> -port <port>\" instead!"
exit 1
fi

Expand Down

0 comments on commit 4f8c67d

Please sign in to comment.