Chore: Cleanup invalid xml's from limetech repository

This commit is contained in:
Squidly271
2025-12-05 22:30:04 -05:00
committed by GitHub
parent d0e94e4a40
commit aa342ac61f
@@ -139,7 +139,12 @@ class DockerTemplates {
return $tmpls;
}
public function downloadTemplates($Dest=null, $Urls=null) {
public function downloadTemplates($Dest=null, $Urls=null) {
/* Don't download any templates. Leave code in place for future reference. */
/* remove existing limetech templates that are all not valid */
exec("rm -rf /boot/config/plugins/dockerMan/templates/limetech");
return [];
global $dockerManPaths;
$Dest = $Dest ?: $dockerManPaths['templates-usb'];
$Urls = $Urls ?: $dockerManPaths['template-repos'];