Added known issues to readme

This commit is contained in:
Daniel Fichtinger 2024-11-11 21:03:43 -05:00
parent d459b57cec
commit 8a8a95c260

View file

@ -111,6 +111,10 @@ $ systemctl enable cronie
$ systemctl start cronie
```
## Known Issues
- When tracked files are deleted, AutoYADM does not delete them from the repository, potentially resulting in conflicts if the repository is pulled/cloned to another machine.
## Feature Roadmap
- [ ] Allow custom `tracked` file location & name
@ -118,4 +122,4 @@ $ systemctl start cronie
## Contributing
Contributions are very welcome. This is a very small and simple script, but if you have some improvements or new features, please feel free to submit a PR.
Contributions are very welcome. This is a very small and simple script, but if you have some improvements or new features, please feel free to submit a PR. Bug reports welcome, too.