Skip to content

Commit

Permalink
Merge pull request oracle#959 from gco/patch-1
Browse files Browse the repository at this point in the history
READ_XML_CONF not set properly
  • Loading branch information
tarzanek committed Jul 3, 2015
2 parents 1250ae4 + 9270d97 commit bcdeb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/solaris/smf/ogindexd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ read_config() {
fi

if [ -r "$READONLY_CFG_FILE" ]; then
READ_XML_CONF="-R $a"
READ_XML_CONF="-R $READONLY_CFG_FILE"
fi
}

Expand Down

0 comments on commit bcdeb5d

Please sign in to comment.