Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: hanging process functionality killing wrong processes (#2419)
When using backend data directories like `Quietdev`, `Quietdev1`, `Quietdev2', restarting the process using `Quietdev` can result in that process killing the other backend processes due to the grep command used for finding hanging processes. Example: ``` user (Quietdev1): desktop:main:main Forked backend, PID: 214543 owner (Quietdev): Found 1 hanging backend process(es) with pid(s) 214543. Killing... ```
- Loading branch information