summarylogtreecommitdiffstats
path: root/sonar-scanner.install
diff options
context:
space:
mode:
authorThomas Sarboni2016-11-15 11:02:16 +0100
committerThomas Sarboni2016-11-15 11:02:16 +0100
commit95e375228d525240e8d2d52b7fe3969ea75ee758 (patch)
tree49ff27c6151f035d88cc20fc9401aa3698c20110 /sonar-scanner.install
parent3d34b6cf4b35d979d9e94094f7c4739088ba709e (diff)
downloadaur-95e375228d525240e8d2d52b7fe3969ea75ee758.tar.gz
Update sonar-scanner.install
Diffstat (limited to 'sonar-scanner.install')
-rw-r--r--sonar-scanner.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-scanner.install b/sonar-scanner.install
index f4df4aa758fa..93e57d906a2b 100644
--- a/sonar-scanner.install
+++ b/sonar-scanner.install
@@ -1,6 +1,6 @@
post_install() {
echo 'In order to use sonar-scanner, you have to run the'
- echo 'following commands or re-login:'
+ echo 'following commands. It will be done automatically at login.'
echo
echo 'setenv SONAR_SCANNER_HOME "/opt/sonar-scanner"'
echo 'setenv PATH "${PATH}:${SONAR_SCANNER_HOME}/bin"'
@@ -8,7 +8,7 @@ post_install() {
echo 'You also need to configure your sonar host url'
echo 'in /etc/sonar-scanner/sonar-scanner.properties'
echo
- echo 'Please refer to the following documentation :'
+ echo 'Please refer to the following documentation:'
echo 'http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner'
echo ''
}