dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.52k stars 382 forks source link

Running Script without being in PWD doesn't work #21

Closed FreeSoftwareServers closed 4 years ago

FreeSoftwareServers commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

When I launch the script like so, it fails, but I am able to run by using ./run-server.sh when CD in folder.

/opt/cloudbeaver/cloudbeaver/deploy/cloudbeaver/run-server.sh

serge-rider commented 4 years ago

Yeah. You have to be in server root folder. Workaround: you can set environment variable CLOUDBEAVER_HOME to the server root. And then run server from any directory.

I'll add this into instructions.