aboutsummaryrefslogtreecommitdiffstats
path: root/stop.sh
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-04-03 11:05:37 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-04-07 11:27:33 +0200
commit3dbfee3fe1e9d2d5f2f25135e8633377b09dd541 (patch)
treea4878694790fcdb6129b87effbc2bef7e53a7923 /stop.sh
parentaf6d4a423967e033cdf51e3762d0a4d14f659983 (diff)
downloadsonarqube-3dbfee3fe1e9d2d5f2f25135e8633377b09dd541.tar.gz
sonarqube-3dbfee3fe1e9d2d5f2f25135e8633377b09dd541.zip
fix start.sh and stop.sh on ubuntu with zsh
moved to bash instead of sh rewrite testing for existing file and directory so that hopefully it works on both Linux and MacOs
Diffstat (limited to 'stop.sh')
-rwxr-xr-xstop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stop.sh b/stop.sh
index 3ddd22de9c1..04eb5b3f10b 100755
--- a/stop.sh
+++ b/stop.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Shortcut to stop server. It must be already built.