The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Fabian Laule
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events