Use #!/bin/bash to use [[ 49/1849/3
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 8 Mar 2017 22:33:55 +0000 (17:33 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 8 Mar 2017 22:37:17 +0000 (22:37 +0000)
commita644558cdcd51b9198c7723bfb378a3b1753fb7a
treec6cbc97d785e44118c743617f318144b963ddf19
parent36771967c477f75206e15555f839ac23900172be
Use #!/bin/bash to use [[

[[ is a bash-builtin command, hence it is failing to be run
in a sh script.

Failure seen:
./startup.sh: 13: ./startup.sh: [[: not found

Change-Id: I922d4627dc3ea371d3cdd94bdc1135c58c2a40c6
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
sdc-os-chef/sdc-cassandra/startup.sh [changed mode: 0644->0755]