diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-09-09 08:03:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 08:03:52 +0200 |
commit | 1c45ecfc963253123b8d7bada5971a30edda4f53 (patch) | |
tree | 58d235969d429ec7154914e3f4aba9de24eed649 /op-mode-definitions | |
parent | 627cfc6d6733998a721ac97f9f5bc44c4c2c6797 (diff) | |
parent | c9e1392379958222211d9794a3751a129bbff75a (diff) | |
download | vyos-1x-1c45ecfc963253123b8d7bada5971a30edda4f53.tar.gz vyos-1x-1c45ecfc963253123b8d7bada5971a30edda4f53.zip |
Merge pull request #1528 from jestabro/standardize-show-uptime
system: T4681: convert 'show_uptime.py' script to standardized format
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 60ed28b6f..6962ad374 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -142,7 +142,7 @@ <properties> <help>Show summary of system processes</help> </properties> - <command>${vyos_op_scripts_dir}/show_uptime.py</command> + <command>${vyos_op_scripts_dir}/uptime.py show</command> </leafNode> <leafNode name="tree"> <properties> @@ -168,7 +168,7 @@ <properties> <help>Show system uptime and load averages</help> </properties> - <command>${vyos_op_scripts_dir}/show_uptime.py</command> + <command>${vyos_op_scripts_dir}/uptime.py show</command> </leafNode> </children> </node> |