allow for install customizations for drools apps 63/13463/1
authorJorge Hernandez <jh1730@att.com>
Tue, 19 Sep 2017 12:41:39 +0000 (07:41 -0500)
committerJorge Hernandez <jh1730@att.com>
Tue, 19 Sep 2017 12:41:39 +0000 (07:41 -0500)
Change-Id: Ifb68e27fd1cd2571ddaec38f5768db58c56b928e
Issue-ID: POLICY-162
Signed-off-by: Jorge Hernandez <jh1730@att.com>
policy-drools/docker-install.sh

index 012934a..de2d707 100644 (file)
@@ -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"