From 50b93e97a91741ff1cd83264452d984f265bb1a2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 11 Mar 2024 14:34:51 +0100 Subject: [debug-report-bwlp] Simplify script --- core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core') 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 f228e9c5..fee14f92 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 @@ -16,6 +16,8 @@ TOOLS=( dmesg dmidecode "slx-brightness -l" + "brctl show" + "ip a" ) URLS=" @@ -145,10 +147,6 @@ 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 "." - systemctl status > "generated/systemctl-status-out" 2> "generated/systemctl-status-err" echo -n "." -- cgit v1.2.3-55-g7522