Skip to content

Commit 139f6f9

Browse files
jshum2479rjeberhard
authored andcommitted
Correct startNodeManager.sh NODEMGR_JAVA_OPTIONS error
1 parent 4b5917a commit 139f6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/startNodeManager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export NODEMGR_HOME="${NODEMGR_HOME?}"
322322
export DOMAIN_HOME="${DOMAIN_HOME?}"
323323

324324
# Apply JAVA_OPTIONS to Node Manager if NODEMGR_JAVA_OPTIONS not specified
325-
if [ -z ${NODEMGR_JAVA_OPTIONS} ]; then
325+
if [ -z "${NODEMGR_JAVA_OPTIONS}" ]; then
326326
NODEMGR_JAVA_OPTIONS="${JAVA_OPTIONS}"
327327
fi
328328

0 commit comments

Comments
 (0)