aboutsummaryrefslogtreecommitdiffstats
path: root/config/drools
diff options
context:
space:
mode:
Diffstat (limited to 'config/drools')
-rwxr-xr-xconfig/drools/drools-tweaks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/drools/drools-tweaks.sh b/config/drools/drools-tweaks.sh
index 5278aa03..ab9f3697 100755
--- a/config/drools/drools-tweaks.sh
+++ b/config/drools/drools-tweaks.sh
@@ -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