diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-05-09 15:14:57 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-05-09 15:16:31 -0700 |
commit | 9f98749e160474ce06214530a4c05dbf3468f5cc (patch) | |
tree | 8014ebffdeaef35543e646adb3e63d7ae500a330 /sms-service/bin | |
parent | af111db90fe953609a0d402630612c466eff8522 (diff) |
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 <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/bin')
-rwxr-xr-x | sms-service/bin/deploy/sms.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |