lxc.plg aktualisiert

This commit is contained in:
2025-06-15 20:01:42 +02:00
parent d7f6c419b2
commit a9c67daa46

View File

@@ -2,11 +2,11 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "lxc"> <!ENTITY name "lxc">
<!ENTITY author "ich777"> <!ENTITY author "ich777">
<!ENTITY version "2025.05.20"> <!ENTITY version "2025.06.15">
<!ENTITY launch "Settings/LXCSettings"> <!ENTITY launch "Settings/LXCSettings">
<!ENTITY gitURL "https://github.com/&author;/unraid-&name;-plugin/raw/master"> <!ENTITY gitURL "https://github.com/&author;/unraid-&name;-plugin/raw/master">
<!ENTITY pluginURL "&gitURL;/&name;.plg"> <!ENTITY pluginURL "&gitURL;/&name;.plg">
<!ENTITY md5 "39ee13daeed8c70ca9b1fda2905ab063"> <!ENTITY md5 "15d369fe8d27c1bd582dd54ac1d8c5a4">
<!ENTITY plugin "/boot/config/plugins/&name;"> <!ENTITY plugin "/boot/config/plugins/&name;">
<!ENTITY emhttp "/usr/local/emhttp/plugins/&name;"> <!ENTITY emhttp "/usr/local/emhttp/plugins/&name;">
]> ]>
@@ -15,6 +15,9 @@
<CHANGES> <CHANGES>
###2025.05.20
- Fix an issue deleting old backups with lxc-autobackup was not working correctly
###2025.05.20 ###2025.05.20
- Minor bugfixes - Minor bugfixes
- Formatting fixes - Formatting fixes