mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 00:59:48 -06:00
fix: remove unraid-api.txt from diags
no longer needed, graphql-api.log is better for troubleshooting
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