Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use find + sort instead of ls in link-latest command in baksnapperd
Shellcheck gives a warning to avoid using ls in for loop as the output is unreliable. Replacing it with find then piped to sort to make it happy.
- Loading branch information