aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh')
-rwxr-xr-xsonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh b/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh
index 3d87593bdba..73c1a3d5d7f 100755
--- a/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh
+++ b/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh
@@ -485,7 +485,7 @@ waitforstop() {
}
stopit() {
- echo "Gracefully stopping $APP_LONG_NAME (can take some time)..."
+ echo "Gracefully stopping $APP_LONG_NAME..."
getpid
if [ "X$pid" = "X" ]
then