usertools: make telemetry script executable
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 22 Jan 2019 16:27:32 +0000 (16:27 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 Jan 2019 00:47:46 +0000 (01:47 +0100)
Add #! line to the top of the script and mark it as executable so it can
be run directly rather than having to pass it to python interpreter.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
usertools/dpdk-telemetry-client.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 6dcf62b..ce0c7a9
@@ -1,3 +1,4 @@
+#! /usr/bin/env python
 # SPDK-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation