aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-09-19 07:41:39 -0500
committerJorge Hernandez <jh1730@att.com>2017-09-19 07:41:39 -0500
commitad5407885b3de5fd8e57c608877cac494b5f2d42 (patch)
tree31bf756fbe208e31a96545f2c27d0c0f681043a8
parent223776ecd46b86781ac066123d75911fdf7c710e (diff)
allow for install customizations for drools apps
Change-Id: Ifb68e27fd1cd2571ddaec38f5768db58c56b928e Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez <jh1730@att.com>
-rw-r--r--policy-drools/docker-install.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/policy-drools/docker-install.sh b/policy-drools/docker-install.sh
index 012934ad..de2d7070 100644
--- a/policy-drools/docker-install.sh
+++ b/policy-drools/docker-install.sh
@@ -874,6 +874,16 @@ function do_install()
installFeatures
installArtifacts
+
+
+ if [[ -f apps-installer ]]; then
+ # if exists, any customizations to the
+ # base drools installation from the drools apps
+ # is executed here
+
+ chmod +x ./apps-installer
+ ./apps-installer
+ fi
echo
echo "Installation complete"