Skip to content

Commit 7132af7

Browse files
author
Gabriel Monroy
committed
switch from dash to bash, use /usr/bin/env for better compat fixes #104
1 parent 1ec6ae4 commit 7132af7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/provision-ec2-controller.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
if [ -z $1 ]; then
44
echo usage: $0 [region]
@@ -48,7 +48,7 @@ run_list="recipe[deis::controller]"
4848
chef_version=11.4.4
4949

5050
function echo_color {
51-
echo "\033[1m$1\033[0m"
51+
echo -e "\033[1m$1\033[0m"
5252
}
5353

5454
# create security group and authorize ingress

0 commit comments

Comments
 (0)