Skip to content

Commit c97fe54

Browse files
authored
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.
1 parent c0b9917 commit c97fe54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
'scripts/watermarkcfg',
136136
'scripts/sonic-kdump-config',
137137
'scripts/centralize_database',
138-
'scripts/null_route_helper'
138+
'scripts/null_route_helper',
139+
'scripts/check_db_integrity.py'
139140
],
140141
entry_points={
141142
'console_scripts': [

0 commit comments

Comments
 (0)