From c97fe546e5a725b9049047293a4fede48fde5223 Mon Sep 17 00:00:00 2001 From: Vaibhav Hemant Dixit Date: Fri, 17 Sep 2021 22:41:44 -0700 Subject: [PATCH] Add check_db_integrity script to setup.py (#1828) The script was added in the PR #1785 which did not add this script to the setup.py script. Added the check_db_integrity script to setup.py. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04d3f6cee0..c28af558ab 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,8 @@ 'scripts/watermarkcfg', 'scripts/sonic-kdump-config', 'scripts/centralize_database', - 'scripts/null_route_helper' + 'scripts/null_route_helper', + 'scripts/check_db_integrity.py' ], entry_points={ 'console_scripts': [