diff options
Diffstat (limited to 'scripts/stop.sh')
-rwxr-xr-x | scripts/stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stop.sh b/scripts/stop.sh index 8b94cd2d2a7..8c2cdd8a936 100755 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -17,7 +17,7 @@ else OS='linux-x86-64' fi -function stopAny() { +stopAny() { for edition in $EDITIONS; do SONAR_SH="$(distributionDirOf "$edition")/$(targetDirOf "$edition")/sonarqube-*/bin/$OS/sonar.sh" if ls $SONAR_SH &> /dev/null; then |