aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application')
-rwxr-xr-xsonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh2
-rwxr-xr-xsonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh b/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh
index 5f435840e6c..e8d007df085 100755
--- a/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh
+++ b/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh
@@ -478,7 +478,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
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