From 8d562d39a5f16273dc4036b6a2f8435ad3495816 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 21 Feb 2022 16:44:53 +0100 Subject: [debug-report-bwlp] Add brctl show --- core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/modules/debug-report-bwlp') diff --git a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report index 9c6e793a..5b58cc58 100755 --- a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report +++ b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report @@ -77,6 +77,7 @@ echo -n "..." cp /opt/openslx/config /tmp/udhcpclog /opt/openslx/config.tgz.list \ /tmp/xsession-log-* \ /tmp/remote_log_check-* \ + /opt/openslx/pam/slx-ldap.d/* \ static/ 2> /dev/null echo -n "." @@ -108,6 +109,7 @@ for tool in $TOOLS; do echo -n "." done +brctl show > "generated/brctl-show-out" 2> "generated/brctl-show-err" ip a > "generated/ip-a-out" 2> "generated/ip-a-err" echo -n "." -- cgit v1.2.3-55-g7522