docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

Prevent the double start of DBeaver on macos #70

Closed CyberJack closed 3 years ago

CyberJack commented 3 years ago

On macOS, the dbeaver addon causes DBeaver to be started twice. The problem was caused by using osascript during the detection of the DBeaver installation path. This pull request removes the use of osascript, which resolves the double starting of DBeaver. On macOS, the open command will now be used to start DBeaver instead.