summaryrefslogtreecommitdiff
path: root/scripts/setup-tomcat.sh
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-10 08:01:22 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-10 08:01:22 -0700
commit12fbaa97d6a15a87e0765c80662e8c8ac0797580 (patch)
treebd9526c9decb596da4571f15bf0bd88022945107 /scripts/setup-tomcat.sh
parent6e7af860adb8d221e03bf9c6f54876bf84a5aeac (diff)
Changing shell to bash
Diffstat (limited to 'scripts/setup-tomcat.sh')
-rwxr-xr-xscripts/setup-tomcat.sh2
1 files changed, 1 insertions, 1 deletions
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"