From a91c0c29c8cbca5df2365391e257b443f153edb8 Mon Sep 17 00:00:00 2001 From: bolvan Date: Tue, 7 May 2019 13:52:08 +0300 Subject: [PATCH] sysv init : change shell to bash. some shitty dash-es hash problems with jobs --- init.d/sysv/zapret | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysv/zapret b/init.d/sysv/zapret index 17d8d3f..7ee044b 100755 --- a/init.d/sysv/zapret +++ b/init.d/sysv/zapret @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # For systemd : # install : /usr/lib/lsb/install_initd zapret # remove : /usr/lib/lsb/remove_initd zapret