]> arthur.barton.de Git - netdata.git/commitdiff
fix 562 (use /usr/bin/env)
authorpaulfantom <paulfantom@gmail.com>
Fri, 17 Jun 2016 07:53:13 +0000 (09:53 +0200)
committerpaulfantom <paulfantom@gmail.com>
Fri, 17 Jun 2016 07:53:13 +0000 (09:53 +0200)
plugins.d/python.d.plugin
python.d/mysql.chart.py

index 07426dce106a097deea00032e7dc8e57606afa80..1b1568702f15eb5147094bd5412825a7af4aefb8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3 -u
+#!/usr/bin/env python3
 
 import os
 import sys
index 166001347665a85fc7b9eede7e65175278c2e010..2562cbf4ba158d27d18d237b7e08d43ec198b9ab 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python3 -u
-
 NAME = "mysql.chart.py"
 from sys import stderr
 try: