From: Kiran Kamineni Date: Wed, 9 May 2018 22:14:57 +0000 (-0700) Subject: Make sure bash is used to execute script X-Git-Tag: 2.0.0-ONAP~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9f98749e160474ce06214530a4c05dbf3468f5cc;p=aaf%2Fsms.git Make sure bash is used to execute script If the bash header is not used, the script fails to resolve the names for the quorum clients in the for loop. Issue-ID: AAF-280 Change-Id: Ia08d8522b5a5764024a0ed8da32f26e1a7d432af Signed-off-by: Kiran Kamineni --- diff --git a/sms-service/bin/deploy/sms.sh b/sms-service/bin/deploy/sms.sh index 5ed3496..3a6153c 100755 --- a/sms-service/bin/deploy/sms.sh +++ b/sms-service/bin/deploy/sms.sh @@ -1,3 +1,4 @@ +#!/bin/bash # # ------------------------------------------------------------------------- # Copyright 2018 Intel Corporation, Inc