• Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 3.2.0
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      When running start_crowd.sh, you get an error 'start-crowd.sh: 12: [: unexpected operator'.

      This is due to the script using #!/bin/sh, which does not have the '==' operator used on that line.

      Possible solutions:

      • use #!/bin/bash
      • OR replace '==' with '='

            [CWD-4988] Fix start_crowd.sh error

            There are no comments yet on this issue.

              lpater Lukasz Pater
              602f55ce-b5a5-4156-b296-86f3daf0eed9 Deleted Account (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: