Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Running vFabric tc Server 2.7 control scripts on Ubuntu results in error: [: 88: verbose-status: unexpected operator (2030333)
Symptoms
[: 88: verbose-status: unexpected operator
Cause
The error listed above is due to the tcinstance-ctl.sh script referencing /bin/sh (i.e. the default shell and not always /bin/bash), while still using bash specific syntax.
Resolution
While the error does not seem to impact the operation of the script, you can easily resolve this issue by editing the tcruntime-ctl.sh script.
Change the first line from:
#!/bin/sh
to:
#!/bin/bash
to:
#!/bin/bash
Additional Information
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

