summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-26 18:13:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-26 18:13:29 +0000
commit7ff15a3e563557f563a6fadb6954f319899ea526 (patch)
tree7125aa1cfbde2cd631eed6c32f7d3525a7a366f4
parentMerging upstream version 1.33.0. (diff)
downloadnetdata-7ff15a3e563557f563a6fadb6954f319899ea526.tar.xz
netdata-7ff15a3e563557f563a6fadb6954f319899ea526.zip
Refreshing use-python3.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0003-use-python3.patch2
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 e5508927..95f4e7a5 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