From 11c83aa48a02486b19bc9f863a859859110e0a42 Mon Sep 17 00:00:00 2001 From: Sri Mohana Singamsetty Date: Tue, 13 Aug 2019 14:53:08 -0700 Subject: tools: Modifications to copy support bundle files This commit is to copy the support bundle scripts to appropriate directories during installation Signed-off-by: Sri Mohana Singamsetty --- tools/generate_support_bundle.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 tools/generate_support_bundle.py (limited to 'tools/generate_support_bundle.py') diff --git a/tools/generate_support_bundle.py b/tools/generate_support_bundle.py old mode 100644 new mode 100755 index 118ca113a5..c9ca9c3d0d --- a/tools/generate_support_bundle.py +++ b/tools/generate_support_bundle.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + ######################################################## ### Python Script to generate the FRR support bundle ### ######################################################## -- cgit v1.2.3