From 12fbaa97d6a15a87e0765c80662e8c8ac0797580 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 10 Sep 2013 08:01:22 -0700 Subject: Changing shell to bash --- scripts/setup-cassandra.sh | 2 +- scripts/setup-tomcat.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup-cassandra.sh b/scripts/setup-cassandra.sh index 324f2d4..6cd83a4 100755 --- a/scripts/setup-cassandra.sh +++ b/scripts/setup-cassandra.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash CASSANDRA_VERSION="1.2.9" diff --git a/scripts/setup-tomcat.sh b/scripts/setup-tomcat.sh index 203a5f1..e28286a 100755 --- a/scripts/setup-tomcat.sh +++ b/scripts/setup-tomcat.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash TOMCAT_VERSION="7.0.42" -- cgit v1.2.3