Fix start_crowd.sh error

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 3.2.0
    • Component/s: None

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

              Assignee:
              Lukasz Pater
              Reporter:
              Deleted Account (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: