diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-16 15:08:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 15:08:27 +0100 |
commit | d6a33db00d113f4c7138e9c0179b74507aa8078e (patch) | |
tree | edc74b2e9e00248c10c4b0195ed773ebb4996b2e | |
parent | dad5c1cd5115bfc87f8abab3238053a3be37f6f5 (diff) | |
parent | 74aee92d34c5570ca8aff1efd69dba23e7d0bfbc (diff) | |
download | vyos-1x-d6a33db00d113f4c7138e9c0179b74507aa8078e.tar.gz vyos-1x-d6a33db00d113f4c7138e9c0179b74507aa8078e.zip |
Merge pull request #2831 from vyos/mergify/bp/sagitta/pr-2201
T671: call dmidecode directly in "show hardware dmi" (backport #2201)
-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> |