diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-10-24 21:20:02 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-10-24 21:21:52 +0700 |
commit | c2866603751f85b98b88d445874e6f1945647c30 (patch) | |
tree | 790f246abcadc761c8a60cf161bdc370f9818091 /op-mode-definitions/show-system.xml.in | |
parent | aeff049aea37115a7bbe52cd0da4d987fbccde82 (diff) | |
download | vyos-1x-c2866603751f85b98b88d445874e6f1945647c30.tar.gz vyos-1x-c2866603751f85b98b88d445874e6f1945647c30.zip |
T3938: rewrite the uptime 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..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> |