Start-camunda.sh - error in commnd

Hi!
In your start-camunda.sh there’s next command
export CATALINA_HOME="$(dirname “$0”)/server/apache-tomcat-8.0.47"
but it doesn’t work.
I corrected to
export CATALINA_HOME="$(dirname ‘$0’)/server/apache-tomcat-8.0.47" , i.e.
used single quotation marks(apostrophe) instead of double and it worked OK.

Please check it.

Thanks for reporting. Feel free to raise a pull request with your changes and we will get back to you with detailed feedback. You can find the source of the script for Tomcat here: https://github.com/camunda/camunda-bpm-platform/blob/master/distro/tomcat/assembly/src/start-camunda.sh. It could be useful to provide details on your environment along with that.

Cheers,
Thorben