Describe the bug
I'm trying to install Chatwoot on Ubuntu with the bash script from the documentation, but it fails every time i run it.
I tried it 5 times on Ubuntu version 20.04 (clean installation) and 3 times on Ubuntu version 18.04, but no matter what i do, it always fails and the server isn't reachable at port 3000.
To Reproduce
Steps to reproduce the behavior:
Server logs
chatwoot.log
Environment
Linux VM installation self hosted.
-bash: line 8: unexpected argument `]]' to conditional unary operator
-bash: line 8: syntax error near `;'
-bash: line 8: `if [[ -z ]]; then'
@mike9011 I can see this error, can you please try ./setup.sh master and see if that works?
Also can you please try https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_18.04.sh instead of https://raw.githubusercontent.com/chatwoot/chatwoot/develop/deployment/setup_18.04.sh?
Also can you please try
https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_18.04.shinstead ofhttps://raw.githubusercontent.com/chatwoot/chatwoot/develop/deployment/setup_18.04.sh?
That did the trick! Thank you very much for the fast reply and the great software!
Most helpful comment
That did the trick! Thank you very much for the fast reply and the great software!