diff options
-rw-r--r-- | op-mode-definitions/show-hardware.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-hardware.xml b/op-mode-definitions/show-hardware.xml index c1ee927cf..6cd912aea 100644 --- a/op-mode-definitions/show-hardware.xml +++ b/op-mode-definitions/show-hardware.xml @@ -23,7 +23,7 @@ <properties> <help>Show CPU's on system</help> </properties> - <command>${vyatta_bindir}/vyatta-cpu-summary.pl</command> + <command>${vyos_op_scripts_dir}/cpu_summary.py</command> </node> </children> </node> |