diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-08-24 09:17:58 -0500 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-25 15:04:08 +0200 |
commit | 2d5199e75d02c29ce924f932de5c9b012d2b11fd (patch) | |
tree | 7711ad1a2223f481b3ffd6fcde339ba4ecd28e9d /op-mode-definitions | |
parent | 3a8a99beeb07d1998a348c5dee08a04227d27ac8 (diff) | |
download | vyos-1x-2d5199e75d02c29ce924f932de5c9b012d2b11fd.tar.gz vyos-1x-2d5199e75d02c29ce924f932de5c9b012d2b11fd.zip |
T3773: delete the original "show system integrity" command
(cherry picked from commit 059307f924c604eb2bdeab19a2db8ce6d8e09f90)
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> |