Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case of my path, dropbox downloads its files at /home/usrid/.dropbox-dist/dropbox-lnx.x86_64-26.4.24 which makes the current code fail. A better way for this probably is to split by "/" and then check that the fith elem starts with drobox. Here's a PR that does that.
- Loading branch information