diff options
author | hagbard <vyosdev@derith.de> | 2020-08-28 12:01:29 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2020-08-28 12:09:55 -0700 |
commit | c29ed43a720f0205dbafa26a0048076bba9d7333 (patch) | |
tree | 65e1e4da5570ca6a519aa26cfde699a1f1758d5e /op-mode-definitions/show-system.xml | |
parent | da9ec80f80b15d88d3bc2bc1ee13e7136ee14c97 (diff) | |
download | vyos-1x-c29ed43a720f0205dbafa26a0048076bba9d7333.tar.gz vyos-1x-c29ed43a720f0205dbafa26a0048076bba9d7333.zip |
T2836: show system integrity broken
Diffstat (limited to 'op-mode-definitions/show-system.xml')
-rw-r--r-- | op-mode-definitions/show-system.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-system.xml b/op-mode-definitions/show-system.xml index 1b98b559b..0623e3b62 100644 --- a/op-mode-definitions/show-system.xml +++ b/op-mode-definitions/show-system.xml @@ -59,7 +59,7 @@ <properties> <help>Checks overall system integrity</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/system_integrity.py</command> + <command>sudo ${vyos_op_scripts_dir}/show_system_integrity.py</command> </leafNode> <leafNode name="kernel-messages"> <properties> |