diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-05 09:23:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-05 10:04:43 +0200 |
commit | fb179ca5f49b14d539fc251e1e87878c15802a01 (patch) | |
tree | fa4f133c7f892438bc110034301ceeaf450cd3d4 /stop-mac.sh | |
parent | 91100b1cd572493142e2f3bd27ac4776fd8313e7 (diff) | |
download | sonarqube-fb179ca5f49b14d539fc251e1e87878c15802a01.tar.gz sonarqube-fb179ca5f49b14d539fc251e1e87878c15802a01.zip |
start-mac.sh must start "sonar.sh start" instead of "sonar.sh console" in order to display logs
Diffstat (limited to 'stop-mac.sh')
-rwxr-xr-x | stop-mac.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stop-mac.sh b/stop-mac.sh new file mode 100755 index 00000000000..cb1fdb41ec4 --- /dev/null +++ b/stop-mac.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# Shortcut to stop server. It must be already built. + +sh sonar-application/target/sonarqube-*/bin/macosx-universal-64/sonar.sh stop |