diff --git a/NodeBase/entry_point.sh b/NodeBase/entry_point.sh index a006a6ea0..89efc15ca 100644 --- a/NodeBase/entry_point.sh +++ b/NodeBase/entry_point.sh @@ -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 -hubPort \" instead!" + >&2 echo "REMOTE_HOST variable is *DEPRECATED* in these docker containers. Please use SE_OPTS=\"-host -port \" instead!" exit 1 fi