aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-05-05 10:08:28 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-05-05 10:08:28 +0200
commita2a2caeb55a26f5966368b5e2b34eced3fc444fb (patch)
tree992ecb075a2a3d6bc58758361027e99408c1b7b2
parentfb179ca5f49b14d539fc251e1e87878c15802a01 (diff)
downloadsonarqube-a2a2caeb55a26f5966368b5e2b34eced3fc444fb.tar.gz
sonarqube-a2a2caeb55a26f5966368b5e2b34eced3fc444fb.zip
Fix start-mac.sh
-rwxr-xr-xstart-mac.sh1
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