diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-25 21:02:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 21:02:17 +0200 |
commit | 316ae2ae4e7e06cbb3a59cc09002d1c48e3e5f07 (patch) | |
tree | fc4f6ad13fea094c7883760e48a620fa1f6cb33f /op-mode-definitions | |
parent | 8cf5a4f023c5459cad4c84e93f73a9ddd69be81a (diff) | |
parent | c2866603751f85b98b88d445874e6f1945647c30 (diff) | |
download | vyos-1x-316ae2ae4e7e06cbb3a59cc09002d1c48e3e5f07.tar.gz vyos-1x-316ae2ae4e7e06cbb3a59cc09002d1c48e3e5f07.zip |
Merge pull request #1041 from dmbaturin/T3938
T3938: rewrite the uptime 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 18a28868d..059cd813b 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>uptime</command> + <command>${vyos_op_scripts_dir}/show_uptime.py</command> </leafNode> <leafNode name="tree"> <properties> |