From 9f98749e160474ce06214530a4c05dbf3468f5cc Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 9 May 2018 15:14:57 -0700 Subject: 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 --- sms-service/bin/deploy/sms.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sms-service/bin') 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 -- cgit 1.2.3-korg