0
Answered
./mycollab.sh: 24: export: -server: bad variable name
Hi
I tried to install MyCollab on Ubuntu 18.04 TLS. I executed
sh startup.sh
and got the error message
./mycollab.sh: 24: export: -server: bad variable name
How can I start up MyCollab?
Regards
Harald
Customer support service by UserEcho
You go to %MYCOLLAB_HOME%/bin, and edit mycollab.sh, removed the variable -server in the line '
then try to run again. Let me know if it is fixed.
I removed the variable -server and got the error -Xms394m bad variable name and so on. Finally I removed all following parameters so that line 24 looks like this:
export MYCOLLAB_OPTS=-noverify
Now I could start up MyCollab. Thanks
It is ok! OR you can use the command like this
We will update the bash script. Thanks for the report!