mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Merge pull request #2158 from unraid/fix-diags-remove-unraid-api-txt
fix: remove unraid-api.txt from diags
This commit is contained in:
@@ -722,12 +722,6 @@ if (file_exists($wgquick)) {
|
||||
run("todos <$wgquick >".escapeshellarg($log));
|
||||
}
|
||||
|
||||
// generate unraid-api.txt
|
||||
if (file_exists("/usr/local/sbin/unraid-api")) {
|
||||
$log = "/$diag/system/unraid-api.txt";
|
||||
run("unraid-api report | todos >".escapeshellarg($log));
|
||||
}
|
||||
|
||||
// generate testparm.txt
|
||||
$testparm = run("testparm -s 2>/dev/null");
|
||||
if (!$all)
|
||||
|
||||
Reference in New Issue
Block a user