[POLICY-66] use features script to tweak config 69/6069/1
authorJorge Hernandez <jh1730@att.com>
Wed, 19 Jul 2017 22:11:44 +0000 (17:11 -0500)
committerJorge Hernandez <jh1730@att.com>
Wed, 19 Jul 2017 22:11:44 +0000 (17:11 -0500)
instead of previous options script

Change-Id: Icebbcea67a99bb202e50f224d5319a1a0d06f131
Signed-off-by: Jorge Hernandez <jh1730@att.com>
config/drools/drools-tweaks.sh

index 5278aa0..ab9f369 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 # changes for health check
-options enable feature-healthcheck
+${POLICY_HOME}/bin/features enable healthcheck
 sedArgs=("-i")
 while read var value ; do
        if [[ "${var}" == "" ]] ; then