Skip to content

Commit ec75826

Browse files
authored
Merge pull request #180 from yersan/CD19-amend
Do not exclude instanceDir variable from double quoting
2 parents 050343e + b290804 commit ec75826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jboss/container/eap/launch/added/openshift-launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ${JBOSS_HOME}/bin/launch/launch.sh
55

66
function runServer() {
77
local instanceDir=$1
8-
launchServer "$JBOSS_HOME/bin/standalone.sh -c standalone-openshift.xml -bmanagement 0.0.0.0 -Djboss.server.data.dir="$instanceDir" -Dwildfly.statistics-enabled=true"
8+
launchServer "$JBOSS_HOME/bin/standalone.sh -c standalone-openshift.xml -bmanagement 0.0.0.0 -Djboss.server.data.dir=${instanceDir} -Dwildfly.statistics-enabled=true"
99
}
1010

1111
function init_data_dir() {

0 commit comments

Comments
 (0)