there is no bash in container
hence need to change to sh
Issue-ID: POLICY-2895
Change-Id: I5b5ffb028e478a93e09e9ed6926c6478da15e0ef
Signed-off-by: Taka Cho <takamune.cho@att.com>
-#!/bin/bash -x
+#!/bin/sh
# ============LICENSE_START===================================================
# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
# ============================================================================
# limitations under the License.
# ============LICENSE_END=====================================================
-bash -c "features disable distributed-locking"
+sh -c "features disable distributed-locking"