fix: remove unraid-api.txt from diags

no longer needed, graphql-api.log is better for troubleshooting
This commit is contained in:
ljm42
2025-04-18 08:57:57 -07:00
parent 6486409ace
commit 0a016fba47

View File

@@ -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)