aboutsummaryrefslogtreecommitdiffstats
path: root/debug.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-08 11:42:51 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-08 12:30:07 +0200
commit80824622efd18b59a8dfac18548565d3f5b07691 (patch)
treee71a63f1809076efb07ff04b32d6498f8c13f0a5 /debug.sh
parent286f8d1b1942d293a8411944479e14dd54f920d5 (diff)
downloadsonarqube-80824622efd18b59a8dfac18548565d3f5b07691.tar.gz
sonarqube-80824622efd18b59a8dfac18548565d3f5b07691.zip
Rename tool scripts
Diffstat (limited to 'debug.sh')
-rwxr-xr-xdebug.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/debug.sh b/debug.sh
deleted file mode 100755
index 5dadb3becab..00000000000
--- a/debug.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-
-cd sonar-application/target/
-if ! ls sonarqube-*/bin/sonar-application*.jar &> /dev/null; then
- unzip sonarqube-*.zip
-fi
-
-cd sonarqube-*
-java -jar ./lib/sonar-application*.jar -Dsonar.web.javaOpts=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 \ No newline at end of file