Changes: - corrected License - removed one row, which was removed in version 1.11.0 - replace netdata.conf with the better one (more details in https://github.com/openwrt/packages/pull/7540) - refreshed patches Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
10 lines
356 B
Diff
10 lines
356 B
Diff
--- a/collectors/python.d.plugin/python.d.plugin.in
|
|
+++ b/collectors/python.d.plugin/python.d.plugin.in
|
|
@@ -1,6 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
-'''':; 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:
|