diagnostics: include list of duplicate assignments

This commit is contained in:
bergware
2023-06-28 09:58:58 +02:00
parent 5abbd63bcc
commit 5cbbfa6fae

View File

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