diff options
Diffstat (limited to 'stop.sh')
-rwxr-xr-x | stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ else OS='linux-x86-64' fi -SONAR_SH=sonar-application/target/sonarqube-*/bin/$OS/sonar.sh +SONAR_SH=sonar-application/build/distributions/sonarqube-*/bin/$OS/sonar.sh if [ -f $SONAR_SH ]; then sh $SONAR_SH stop fi |