We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627c5b3 commit 7d17ca0Copy full SHA for 7d17ca0
scripts/src/main/resources/scripts/command/sonar
@@ -38,11 +38,11 @@ function doSonar() {
38
then
39
if [ "${1}" = "start" ]
40
41
- #"${SONARQUBE_HOME}/bin/windows-x86-64/SonarService.bat"
42
- "${SONARQUBE_HOME}/bin/windows-x86-64/StartSonar.bat"
+ #"${SONAR_HOME}/bin/windows-x86-64/SonarService.bat"
+ "${SONAR_HOME}/bin/windows-x86-64/StartSonar.bat"
43
elif [ "${1}" = "stop" ]
44
45
- "${SONARQUBE_HOME}/bin/windows-x86-64/SonarService.bat" stop
+ "${SONAR_HOME}/bin/windows-x86-64/SonarService.bat" stop
46
else
47
doFail "Unknown sonar command: ${1}"
48
fi
0 commit comments