diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-29 20:35:10 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-29 20:35:10 +0000 |
commit | b883050361d478ba29b6b3c07c200493994fb3be (patch) | |
tree | 4f6147001d5649028f5796f2d7e0229dc2156522 /rc/bin | |
parent | f57df708538093ffb47727a522a0217b9ee81125 (diff) |
sysinfo: use usbtree instead of just cating #u/usb/ctl
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/sysinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/sysinfo b/rc/bin/sysinfo index 1459cba8e..2e41d99f4 100755 --- a/rc/bin/sysinfo +++ b/rc/bin/sysinfo @@ -23,7 +23,7 @@ fn print{ logprog aux/icanhasmsi logprog aux/icanhasvmx -v logprog aux/pcmcia - logprog cat '#u/usb/ctl' + logprog usbtree logprog cat '#S/sdctl' for(i in '#S'/sd[A-Z][0-9]*/ctl) logprog cat $i |