diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-04-08 16:36:23 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-04-08 16:36:23 +0200 |
commit | 916f62d202a8cbf3deb0bf2cf7836b075b5931a0 (patch) | |
tree | ba5102ee38df2b31936676ae68e3df6cec9ff100 /sonar-application/src/main/assembly/bin/linux-x86-32 | |
parent | 31a769e8450a1da2c516fa042b1433059daa1325 (diff) | |
download | sonarqube-916f62d202a8cbf3deb0bf2cf7836b075b5931a0.tar.gz sonarqube-916f62d202a8cbf3deb0bf2cf7836b075b5931a0.zip |
SONAR-5075 Update application name in shell scripts
Diffstat (limited to 'sonar-application/src/main/assembly/bin/linux-x86-32')
-rwxr-xr-x | sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh b/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh index aa02bd87032..9bb17e6cf3f 100755 --- a/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh +++ b/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" |