Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Found syntax error in start_crowd.sh (start_crowd.sh: 12: [: unexpected operator)

Fabian Laule November 23, 2017

Hello together,

thanks to my starter license, I'm unable to file an issue to the staff directly. 


When I want to start Crowd 3.0.2 via start_crowd.sh, I'm running into an issue because of a syntax error in the .sh-script.

...
if [ "$PRGRUNMODE" == "true" ] ; then
exec apache-tomcat/bin/catalina.sh run "$@"
else
...

 Crowd starts successfully but the script ends with an error: start_crowd.sh: 12: [: unexpected operator

Solution: Remove one of the two equals in if condition block (the other if conditions do all have only one equal character).

...
if [ "$PRGRUNMODE" = "true" ] ; then
exec apache-tomcat/bin/catalina.sh run "$@"
else
...

 

Could someone file a bug for this issue?
Thanks!

1 answer

1 accepted

0 votes
Answer accepted
Marcin Kempa
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 23, 2017

Hi @Fabian Laule!

 

Thanks for reporting this issue and I am sorry for any inconvenience caused by it. 

We are tracking this problem here CWD-4988.

 

Best Regards,

Marcin Kempa

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events