mirror of
https://github.com/unraid/webgui.git
synced 2026-02-17 22:48:53 -06:00
diagnostics: include list of duplicate assignments
This commit is contained in:
@@ -406,6 +406,7 @@ if (!$all)
|
||||
|
||||
// include listening interfaces
|
||||
run("$docroot/webGui/scripts/show_interfaces ip|tr -d ' '|tr '#' ' '|tr ',' '\n' >".escapeshellarg("/$diag/config/listen.txt"));
|
||||
run("$docroot/webGui/scripts/error_interfaces|sed 's/<i.*i>//' >>".escapeshellarg("/$diag/config/listen.txt"));
|
||||
|
||||
// copy share information (anonymize if applicable)
|
||||
$files = glob("/boot/config/shares/*.cfg");
|
||||
|
||||
Reference in New Issue
Block a user