Skip to content

Commit

Permalink
chore(merge): release-10.2.0 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Oct 3, 2024
2 parents 2bfc68a + d4dee9e commit 2575f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/platform-setup/src/main/standalone/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ check_vendor_supported "$BONITA_DATABASE"
BONITA_BDM_DATABASE=$(grep '^bdm.db.vendor=' database.properties | sed -e 's/bdm.db.vendor=//g')
check_vendor_supported "$BONITA_BDM_DATABASE"

"${JAVA_EXE}" -cp "${BASEDIR}:${CFG_FOLDER}:${INITIAL_CFG_FOLDER}${LIBS_CP}" "${JVM_OPTS}" \
"${JAVA_EXE}" -cp "${BASEDIR}:${CFG_FOLDER}:${INITIAL_CFG_FOLDER}${LIBS_CP}" \
-Dsysprop.bonita.db.vendor="${BONITA_DATABASE}" \
-Dsysprop.bonita.bdm.db.vendor="${BONITA_BDM_DATABASE}" \
org.bonitasoft.platform.setup.PlatformSetupApplication "$@"
Expand Down

0 comments on commit 2575f58

Please sign in to comment.