aboutsummaryrefslogtreecommitdiffstats
path: root/policy-pe/docker-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'policy-pe/docker-install.sh')
-rw-r--r--policy-pe/docker-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-pe/docker-install.sh b/policy-pe/docker-install.sh
index 140947da..57c26bf5 100644
--- a/policy-pe/docker-install.sh
+++ b/policy-pe/docker-install.sh
@@ -466,6 +466,7 @@ function install_brmsgw() {
/bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/BRMSGateway.jar "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
/bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/*.properties "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
/bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/config "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
+ /bin/cp -fr "${POLICY_HOME}"/install/servers/${COMPONENT_TYPE}/dependency.json "${POLICY_HOME}/servers/${COMPONENT_TYPE}"
/bin/mv $POLICY_HOME/m2 $HOME/.m2
@@ -541,7 +542,6 @@ done
# component-type validation
case $COMPONENT_TYPE in
base) ;;
- pypdp) ;;
pdp) ;;
pap) ;;
console) ;;