From 8a8a95c2607edf4a12d54f1d44e56ad9449a9152 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 11 Nov 2024 21:03:43 -0500 Subject: [PATCH] Added known issues to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06196b4..a55a8be 100644 --- a/README.md +++ b/README.md @@ -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.