Skip to content

Commit

Permalink
Add check_db_integrity script to setup.py (sonic-net#1828)
Browse files Browse the repository at this point in the history
The script was added in the PR sonic-net#1785 which did not add this script to the setup.py script.
Added the check_db_integrity script to setup.py.
  • Loading branch information
vaibhavhd authored Sep 18, 2021
1 parent c0b9917 commit c97fe54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit c97fe54

Please sign in to comment.