From ad5407885b3de5fd8e57c608877cac494b5f2d42 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Tue, 19 Sep 2017 07:41:39 -0500 Subject: allow for install customizations for drools apps Change-Id: Ifb68e27fd1cd2571ddaec38f5768db58c56b928e Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez --- policy-drools/docker-install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- cgit 1.2.3-korg