diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-05 10:08:28 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-05 10:08:28 +0200 |
commit | a2a2caeb55a26f5966368b5e2b34eced3fc444fb (patch) | |
tree | 992ecb075a2a3d6bc58758361027e99408c1b7b2 | |
parent | fb179ca5f49b14d539fc251e1e87878c15802a01 (diff) | |
download | sonarqube-a2a2caeb55a26f5966368b5e2b34eced3fc444fb.tar.gz sonarqube-a2a2caeb55a26f5966368b5e2b34eced3fc444fb.zip |
Fix start-mac.sh
-rwxr-xr-x | start-mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/start-mac.sh b/start-mac.sh index bceec7a3161..aa0c3fdb015 100755 --- a/start-mac.sh +++ b/start-mac.sh @@ -4,6 +4,7 @@ cd sonar-application/target/ unzip sonarqube-*.zip +cd sonarqube-* bin/macosx-universal-64/sonar.sh start sleep 1 tail -100f logs/sonar.log |