Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-2075

apacheds.sh creates a file called '0' during stop action

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0-M20
    • 2.0.0-M21
    • None
    • None

    Description

      Whoops!

      ...
              while [ $ATTEMPTS_REMAINING > 0 ]; do
                  kill -0 $PID > /dev/null 2>&1
                  if [ $? > 0 ]; then
      ...
      

      Needs to be -gt instead of > in the tests...

      Attachments

        Activity

          People

            Unassigned Unassigned
            ltheisen@mitre.org lucas theisen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: