Manager: Add new pattern logic to system config files

This commit is contained in:
Riyyi
2022-03-08 00:06:01 +01:00
parent 3b4ea3f42d
commit db22cc9f06
7 changed files with 27 additions and 43 deletions
+4 -4
View File
@@ -7,9 +7,9 @@
"README.org",
"screenshot.png"
],
"systemDirectories": [
"/boot",
"/etc",
"/usr/share"
"systemPatterns": [
"/boot/",
"/etc/",
"/usr/share/"
]
}