diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-10-24 11:17:49 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-10-24 11:28:16 +0700 |
commit | 241a19943b7321aa1f2e2ece86b5ad68997390fe (patch) | |
tree | 9e817de4a7ded8ad0156da8b98de23c9f057aafb /op-mode-definitions/show-system.xml.in | |
parent | aeff049aea37115a7bbe52cd0da4d987fbccde82 (diff) | |
download | vyos-1x-241a19943b7321aa1f2e2ece86b5ad68997390fe.tar.gz vyos-1x-241a19943b7321aa1f2e2ece86b5ad68997390fe.zip |
T3937: rewrite the "show system memory" script in Python
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 18a28868d..b32aee0c2 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.sh</command> + <command>${vyos_op_scripts_dir}/show_ram.py</command> <children> <leafNode name="cache"> <properties> |