[
https://issues.apache.org/jira/browse/DIRSERVER-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603242#comment-14603242
]
lucas theisen edited comment on DIRSERVER-2075 at 6/26/15 5:26 PM:
-------------------------------------------------------------------
I quite literally committed right on top of you... :) I kept my version
because of an additional {{-gt}} at the end of the {{kill -0}} line...
[Committed revision 1687818|http://svn.apache.org/1687818]
was (Author: [email protected]):
I quite literally committed right on top of you... :)
{code}
Sending
installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/archive/apacheds.sh
Transmitting file data .
Committed revision 1687818.
{code}
> apacheds.sh creates a file called '0' during stop action
> --------------------------------------------------------
>
> Key: DIRSERVER-2075
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2075
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 2.0.0-M20
> Reporter: lucas theisen
> Fix For: 2.0.0-M21
>
>
> Whoops!
> {code}
> ...
> while [ $ATTEMPTS_REMAINING > 0 ]; do
> kill -0 $PID > /dev/null 2>&1
> if [ $? > 0 ]; then
> ...
> {code}
> Needs to be {{-gt}} instead of {{>}} in the tests...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)