diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-28 17:04:45 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-28 17:04:45 +0200 |
commit | 2702b09f74bfbbf78bfadcd48d6ce3ef3ff42f4c (patch) | |
tree | 81d58033c2c2dc08d47004918e4179b7bd338bf1 /run.sh | |
parent | b16c54633a335da1713c05720f0c079205790572 (diff) | |
download | sonarqube-2702b09f74bfbbf78bfadcd48d6ce3ef3ff42f4c.tar.gz sonarqube-2702b09f74bfbbf78bfadcd48d6ce3ef3ff42f4c.zip |
SONAR-4898 - Renamed sonar.es.* properties to sonar.search.*
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ if ! ls sonarqube-*/bin/$OS/sonar.sh &> /dev/null; then fi cd sonarqube-* bin/$OS/sonar.sh restart -echo "sonar.es.http.port=9200" >> conf/sonar.properties +echo "sonar.search.http.port=9200" >> conf/sonar.properties sleep 1 tail -100f logs/sonar.log |