diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-04 20:25:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 20:25:26 +0200 |
commit | 432726d83c2e5a6afb8b35159690218a8a66152c (patch) | |
tree | 6fdd5aa772d67db852bdddd48de1c6f96f394089 | |
parent | 8e22a2f6f77dc2d10969d8603c59a8834164b903 (diff) | |
parent | 7f0a363c9034a3b1600efab7c30bf7ab06381816 (diff) | |
download | vyos-1x-432726d83c2e5a6afb8b35159690218a8a66152c.tar.gz vyos-1x-432726d83c2e5a6afb8b35159690218a8a66152c.zip |
Merge pull request #2201 from dmbaturin/T671-show-dmi
T671: call dmidecode directly in "show hardware dmi"
-rw-r--r-- | op-mode-definitions/show-hardware.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-hardware.xml.in b/op-mode-definitions/show-hardware.xml.in index ebd806ba5..21079765a 100644 --- a/op-mode-definitions/show-hardware.xml.in +++ b/op-mode-definitions/show-hardware.xml.in @@ -31,7 +31,7 @@ <properties> <help>Show system DMI details</help> </properties> - <command>${vyatta_bindir}/vyatta-show-dmi</command> + <command>sudo dmidecode</command> </node> <node name="mem"> <properties> |