From: Jorge Hernandez Date: Tue, 19 Sep 2017 12:41:39 +0000 (-0500) Subject: allow for install customizations for drools apps X-Git-Tag: v1.1.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F13463%2F1;p=policy%2Fdocker.git allow for install customizations for drools apps Change-Id: Ifb68e27fd1cd2571ddaec38f5768db58c56b928e Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez --- 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"