diff options
-rwxr-xr-x | csit/config/drools-apps/custom/features.pre.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/config/drools-apps/custom/features.pre.sh b/csit/config/drools-apps/custom/features.pre.sh index e9c77a0f..fd7b5b91 100755 --- a/csit/config/drools-apps/custom/features.pre.sh +++ b/csit/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" |