Skip to content

Commit 4f8c67d

Browse files
committed
replace hub with actual node host and port. oops
1 parent 4d5df4e commit 4f8c67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeBase/entry_point.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function shutdown {
2121
}
2222

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

0 commit comments

Comments
 (0)