- Add dependencies: libopenssl, liblz4 - Correct SPDX License Identifier - Change URL of the website Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
14 lines
453 B
Diff
14 lines
453 B
Diff
--- a/collectors/python.d.plugin/python.d.plugin.in
|
|
+++ b/collectors/python.d.plugin/python.d.plugin.in
|
|
@@ -1,10 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
-'''':;
|
|
-if [[ "$OSTYPE" == "darwin"* ]]; then
|
|
- export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
|
|
-fi
|
|
-exec "$(command -v python || command -v python3 || command -v python2 ||
|
|
-echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
|
|
+#!/usr/bin/python3
|
|
|
|
# -*- coding: utf-8 -*-
|
|
# Description:
|