We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050343e commit b290804Copy full SHA for b290804
jboss/container/eap/launch/added/openshift-launch.sh
@@ -5,7 +5,7 @@ source ${JBOSS_HOME}/bin/launch/launch.sh
5
6
function runServer() {
7
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"
+ launchServer "$JBOSS_HOME/bin/standalone.sh -c standalone-openshift.xml -bmanagement 0.0.0.0 -Djboss.server.data.dir=${instanceDir} -Dwildfly.statistics-enabled=true"
9
}
10
11
function init_data_dir() {
0 commit comments