diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-25 21:02:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 21:02:27 +0200 |
commit | d0dc71d7d22be9336934e2f84873f7a052a7f824 (patch) | |
tree | ef57be8139edd86ab7f0c95df27145ed6ed40824 /op-mode-definitions | |
parent | 316ae2ae4e7e06cbb3a59cc09002d1c48e3e5f07 (diff) | |
parent | 241a19943b7321aa1f2e2ece86b5ad68997390fe (diff) | |
download | vyos-1x-d0dc71d7d22be9336934e2f84873f7a052a7f824.tar.gz vyos-1x-d0dc71d7d22be9336934e2f84873f7a052a7f824.zip |
Merge pull request #1040 from dmbaturin/T3937
T3937: rewrite the "show system memory" script in Python
Diffstat (limited to 'op-mode-definitions')
-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 059cd813b..0f852164e 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> |