diff options
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 |