X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fpolicy%2Fconfig%2Fdrools-apps%2Fcustom%2Ffeatures.pre.sh;h=fd7b5b91d4887a62771ebdf675302c79995c1451;hb=ef3d76ba5ad5210f8405fcfffac191a08f6b5cba;hp=e9c77a0fa763ae415182ce7f2cbad085db0a1802;hpb=74f63f18ae361a97db0b03cd58ea1ebb9dad0b14;p=integration%2Fcsit.git 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"