aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2018-04-09 23:59:22 +0200
committerDee'Kej <deekej@linuxmail.org>2018-05-17 14:42:21 +0200
commitfd269fff7f638b40372fb1cecbf2b74fcb2d079a (patch)
treeb8c8310b8d5ab5c41437739b0b9c45e5566e8070 /service
parent48fed04b81a59c4610dbbfc7db09ec0eec8ecbe9 (diff)
downloadinitscripts-fd269fff7f638b40372fb1cecbf2b74fcb2d079a.tar
initscripts-fd269fff7f638b40372fb1cecbf2b74fcb2d079a.tar.gz
initscripts-fd269fff7f638b40372fb1cecbf2b74fcb2d079a.tar.bz2
initscripts-fd269fff7f638b40372fb1cecbf2b74fcb2d079a.tar.xz
initscripts-fd269fff7f638b40372fb1cecbf2b74fcb2d079a.zip
use proper shebang
$" is a BASH extension to translate text. Replace the shebang with /bin/bash to avoid parsing errors, as even BASH has a POSIX compliant mode when run as sh. Signed-off-by: Matteo Croce <mcroce@redhat.com>
Diffstat (limited to 'service')
-rwxr-xr-xservice2
1 files changed, 1 insertions, 1 deletions
diff --git a/service b/service
index 357c2a69..31d8f3e1 100755
--- a/service
+++ b/service
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
. /etc/init.d/functions