diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 18:31:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 18:32:02 +0200 |
commit | 3ee5426579e4c841fb72b28af6467141c046f5c0 (patch) | |
tree | 780cf1d38aada64616ea46879bb3c23c504b2b48 /sonar-application/src | |
parent | 9d04fcca6e2c458cc1341b8a5d4bf09799065bed (diff) | |
download | sonarqube-3ee5426579e4c841fb72b28af6467141c046f5c0.tar.gz sonarqube-3ee5426579e4c841fb72b28af6467141c046f5c0.zip |
SONAR-2491 fix Java Service Wrapper on Solaris
Diffstat (limited to 'sonar-application/src')
-rwxr-xr-x | sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh b/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh index 7b2d58a7935..98ba3efd301 100755 --- a/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh +++ b/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh @@ -367,7 +367,7 @@ getpid() { # The ps statement below looks for the specific wrapper command running as # the pid. If it is not found then the pid file is considered to be stale. - dir=`echo ${WRAPPER_CMD:0:60}` + dir=`echo ${WRAPPER_CMD}` #echo "searching for $dir in command args for PID verification..." #echo "args for PID: ${pid}:" |