diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-06 09:14:47 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-06 09:32:42 +0200 |
commit | 6267bfe41bc95b8202193e9b50d434ec8be5f5f4 (patch) | |
tree | 308e74950638aff2eba54e160de4ad97305fe430 /stop.sh | |
parent | 29611c664ced4bae8a71bef5ad616d26ccab4c02 (diff) | |
download | sonarqube-6267bfe41bc95b8202193e9b50d434ec8be5f5f4.tar.gz sonarqube-6267bfe41bc95b8202193e9b50d434ec8be5f5f4.zip |
start-mac.sh and stop-mac.sh are renamed start/stop.sh as they support linux
Diffstat (limited to 'stop.sh')
-rwxr-xr-x | stop.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stop.sh b/stop.sh new file mode 100755 index 00000000000..cb1fdb41ec4 --- /dev/null +++ b/stop.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 |