diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-07-05 10:23:57 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2022-07-05 10:23:57 -0400 |
commit | dc4b80f1aee3c786889d9e34cf6b54a1a5b83b56 (patch) | |
tree | adf22c87c2d9a82d0efc4391ca2cb739766cf806 /op-mode-definitions/show-system.xml.in | |
parent | d943440080858ea4951dc62c931faeb55f72f601 (diff) | |
download | vyos-1x-dc4b80f1aee3c786889d9e34cf6b54a1a5b83b56.tar.gz vyos-1x-dc4b80f1aee3c786889d9e34cf6b54a1a5b83b56.zip |
T2719: convert the 'show system memory' script to the new style
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 68b473bc1..6f05d0c12 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -104,7 +104,7 @@ <properties> <help>Show system memory usage</help> </properties> - <command>${vyos_op_scripts_dir}/show_ram.py</command> + <command>${vyos_op_scripts_dir}/memory.py show</command> <children> <leafNode name="cache"> <properties> |