summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0004-use-sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0004-use-sh.patch')
-rw-r--r--debian/patches/debian/0004-use-sh.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/debian/0004-use-sh.patch b/debian/patches/debian/0004-use-sh.patch
deleted file mode 100644
index 6c8e93bfb..000000000
--- a/debian/patches/debian/0004-use-sh.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Author: Daniel Baumann <daniel.baumann@progress-linux.org>
-Description: Fix shebang hack to not depend on bash.
-
-diff -Naurp netdata.orig/collectors/node.d.plugin/node.d.plugin.in netdata/collectors/node.d.plugin/node.d.plugin.in
---- netdata.orig/collectors/node.d.plugin/node.d.plugin.in
-+++ netdata/collectors/node.d.plugin/node.d.plugin.in
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!/bin/sh
- ':' //; exec "$(command -v nodejs || command -v node || echo "ERROR node IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@"
-
- // shebang hack from: