diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-20 07:44:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-20 07:45:42 +0000 |
commit | 59356d145931efcbd0a2e50583ddbbce0c245372 (patch) | |
tree | 55f76259fe3e7f4951dd3b1c845c36d99fa2c613 | |
parent | Using consistent formatting of comments in netdata-data.links. (diff) | |
download | netdata-59356d145931efcbd0a2e50583ddbbce0c245372.tar.xz netdata-59356d145931efcbd0a2e50583ddbbce0c245372.zip |
Using /bin/sh in netdata.init as it doesn't contain any bashisms.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/netdata.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/netdata.init b/debian/netdata.init index b99b49132..8b9062b24 100644 --- a/debian/netdata.init +++ b/debian/netdata.init @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/sh ### BEGIN INIT INFO # Provides: netdata # Required-Start: $local_fs $remote_fs $network |