aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2021-01-14 11:10:10 -0500
committerTaka Cho <takamune.cho@att.com>2021-01-14 12:42:14 -0500
commitef3d76ba5ad5210f8405fcfffac191a08f6b5cba (patch)
tree9f1191b36c851bd7cc38901b5dd2f85471c7d870 /scripts
parent74f63f18ae361a97db0b03cd58ea1ebb9dad0b14 (diff)
fix drools-apps csit failure
bash package has been removed found a related bash script is the cause Issue-ID: POLICY-2847 Change-Id: Id4940324d939adea9135ae6f00d53d38ec05589c Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/policy/config/drools-apps/custom/features.pre.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/policy/config/drools-apps/custom/features.pre.sh b/scripts/policy/config/drools-apps/custom/features.pre.sh
index e9c77a0f..fd7b5b91 100755
--- a/scripts/policy/config/drools-apps/custom/features.pre.sh
+++ b/scripts/policy/config/drools-apps/custom/features.pre.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/sh
# ============LICENSE_START===================================================
# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
# ============================================================================
@@ -15,4 +15,4 @@
# limitations under the License.
# ============LICENSE_END=====================================================
-bash -c "features disable distributed-locking"
+sh -c "features disable distributed-locking"