diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 11:09:46 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 15:34:07 +0200 |
commit | 0575221e3c0782de715d37fda0b30ebfec01bfaa (patch) | |
tree | ff45d7732d7604ab827d2a2f759d322a8d147785 /fork.sh | |
parent | 39ecd1902afc8922811f97524dfa77a86912508f (diff) | |
download | sonarqube-0575221e3c0782de715d37fda0b30ebfec01bfaa.tar.gz sonarqube-0575221e3c0782de715d37fda0b30ebfec01bfaa.zip |
SONAR-4898 - Fixed gracefull shutdown with JSW
Diffstat (limited to 'fork.sh')
-rwxr-xr-x | fork.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -mvn clean install -DskipTests -Denforcer.skip=true -pl server/sonar-process,sonar-application +mvn clean install -DskipTests -Denforcer.skip=true -pl server/sonar-search,server/sonar-process,server/sonar-server-app,sonar-application if [[ "$OSTYPE" == "darwin"* ]]; then OS='macosx-universal-64' @@ -12,6 +12,7 @@ cd sonar-application/target/ if ! ls sonarqube-*/bin/$OS/sonar.sh &> /dev/null; then unzip sonarqube-*.zip fi + cd sonarqube-* bin/$OS/sonar.sh stop killall -9 java |