blob: 913a1ffd53124f37970be741e3806f71bfc4e038 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- collectors/python.d.plugin/python.d.plugin.in.orig 2022-02-03 22:42:27 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
'''':;
-pybinary=$(which python3 || which python || which python2)
+pybinary=%%PYTHON%%
filtered=()
for arg in "$@"
do
|