diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2018-05-24 16:00:06 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:20:59 +0200 |
commit | 4264ca3f1c21187231007c084844b223a84137d4 (patch) | |
tree | f2b55ddc65eebcb4e29b535983ad082acb0b70b5 /stop.sh | |
parent | ded90fa8efaec6c497b066500e1d0f4dc531e4d5 (diff) | |
download | sonarqube-4264ca3f1c21187231007c084844b223a84137d4.tar.gz sonarqube-4264ca3f1c21187231007c084844b223a84137d4.zip |
SONAR-10690 start.sh, stop.sh & logs.sh support SQ editions
Diffstat (limited to 'stop.sh')
l---------[-rwxr-xr-x] | stop.sh | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/stop.sh b/stop.sh index e06029e1baf..b3f25aa7dc7 100755..120000 --- a/stop.sh +++ b/stop.sh @@ -1,14 +1 @@ -#!/bin/bash - -# Shortcut to stop server. It must be already built. - -if [[ "$OSTYPE" == "darwin"* ]]; then - OS='macosx-universal-64' -else - OS='linux-x86-64' -fi - -SONAR_SH=sonar-application/build/distributions/sonarqube-*/bin/$OS/sonar.sh -if [ -f $SONAR_SH ]; then - sh $SONAR_SH stop -fi +scripts/stop.sh
\ No newline at end of file |