Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-4988

Fix start_crowd.sh error

    XMLWordPrintable

Details

    • 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.

    Description

      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 '='

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: