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 '='
- relates to
-
KRAK-1289 You do not have permission to view this issue
[CWD-4988] Fix start_crowd.sh error
Workflow | Original: JAC Suggestion Workflow [ 3388362 ] | New: JAC Suggestion Workflow 3 [ 3630386 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 2441070 ] | New: JAC Suggestion Workflow [ 3388362 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Epic Link | Original: CWD-4704 [ 600140 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Verified [ 10005 ] | New: Closed [ 6 ] |
Assignee | New: Lukasz Pater [ lpater ] |
Remote Link | New: This issue links to "KRAK-1289 (JIRA Server (Bulldog))" [ 362448 ] |
Fix Version/s | New: 3.2.0 [ 76695 ] |
Epic Link | New: CWD-4704 [ 600140 ] |
Status | Original: Open [ 1 ] | New: Verified [ 10005 ] |
Labels | New: bootcamp |