diff options
-rw-r--r-- | debian/patches/debian/0003-use-python3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/debian/0003-use-python3.patch b/debian/patches/debian/0003-use-python3.patch index e55089271..95f4e7a52 100644 --- a/debian/patches/debian/0003-use-python3.patch +++ b/debian/patches/debian/0003-use-python3.patch @@ -7,7 +7,7 @@ diff -Naurp netdata.orig/collectors/python.d.plugin/python.d.plugin.in netdata/c @@ -1,21 +1,4 @@ -#!/usr/bin/env bash -'''':; --pybinary=$(which python || which python3 || which python2) +-pybinary=$(which python3 || which python || which python2) -filtered=() -for arg in "$@" -do |