From 0f4988bc285ee14aa383e004a42d2043716713fa Mon Sep 17 00:00:00 2001 From: Andriy Yurkiv <70649192+ayurkiv-nvda@users.noreply.github.com> Date: Tue, 4 May 2021 10:35:32 +0300 Subject: [PATCH] Add pg-drop script to sonic filesystem (#1583) - What I did Added 'pg-drop' to the files system of SONiC - How I did it Add 'scripts/pg-drop' to setup.py file - How to verify it Check that 'pg-drop' script exists in /usr/local/bin/pg-drop Signed-off-by: Andriy Yurkiv --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d857cd372366..77a771650fb7 100644 --- a/setup.py +++ b/setup.py @@ -108,6 +108,7 @@ 'scripts/nbrshow', 'scripts/neighbor_advertiser', 'scripts/pcmping', + 'scripts/pg-drop', 'scripts/port2alias', 'scripts/portconfig', 'scripts/portstat',