diff options
Diffstat (limited to 'start-mac-h2.sh')
-rwxr-xr-x | start-mac-h2.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/start-mac-h2.sh b/start-mac-h2.sh index f05914489ba..dd18ba60f03 100755 --- a/start-mac-h2.sh +++ b/start-mac-h2.sh @@ -1,8 +1,7 @@ #!/bin/sh -# -# NOTE: sonar must be built -# +# Shortcut to start server. It must be already built. + cd sonar-application/target/ unzip sonarqube-*.zip cd sonarqube-* |