From a63a20c42f5bf743bfd5992f661a3e2951fc6baa Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 19 Sep 2017 10:16:35 +0800 Subject: Update vfc-catalog license head Change-Id: If7379fb0e0156034e503059473665f4c93fc2e0b Issue-ID: VFC-376 Signed-off-by: ying.yunlong --- stop.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'stop.sh') diff --git a/stop.sh b/stop.sh index 67aceb90..40ed3b60 100644 --- a/stop.sh +++ b/stop.sh @@ -12,5 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + sip=127.0.0.1 ps auxww | grep "manage.py runserver $sip:8806" | awk '{print $2}' | xargs kill -9 -- cgit 1.2.3-korg