We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5df4e commit 4f8c67dCopy full SHA for 4f8c67d
NodeBase/entry_point.sh
@@ -21,7 +21,7 @@ function shutdown {
21
}
22
23
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!"
+ >&2 echo "REMOTE_HOST variable is *DEPRECATED* in these docker containers. Please use SE_OPTS=\"-host <host> -port <port>\" instead!"
25
exit 1
26
fi
27
0 commit comments