mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 15:29:20 -05:00
Chore: Cleanup invalid xml's from limetech repository
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user