diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-08-24 09:17:58 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-08-24 09:17:58 -0500 |
commit | 059307f924c604eb2bdeab19a2db8ce6d8e09f90 (patch) | |
tree | 17118b48492a42ff41d0baaa5f3bd25c803b1c05 /op-mode-definitions | |
parent | ad2693f8d9662cff90673f9bc71ba21cbbda5b18 (diff) | |
download | vyos-1x-059307f924c604eb2bdeab19a2db8ce6d8e09f90.tar.gz vyos-1x-059307f924c604eb2bdeab19a2db8ce6d8e09f90.zip |
T3773: delete the original "show system integrity" command
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 5e9bf719e..18a28868d 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -55,12 +55,6 @@ </properties> <command>${vyos_op_scripts_dir}/show_cpu.py</command> </leafNode> - <leafNode name= "integrity"> - <properties> - <help>Checks overall system integrity</help> - </properties> - <command>sudo ${vyos_op_scripts_dir}/show_system_integrity.py</command> - </leafNode> <leafNode name="kernel-messages"> <properties> <help>Show messages in kernel ring buffer</help> |