From: Alexander Barton Date: Mon, 20 Apr 2020 08:01:01 +0000 (+0200) Subject: contrib/nglog.sh: Use bash(1) as interpreter X-Git-Tag: rel-26-rc1~28 X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd.git;a=commitdiff_plain;h=830f00e9536daf35692b2d17ea3ddd3b6b27ea17 contrib/nglog.sh: Use bash(1) as interpreter bash(1) is required to handle the forking and output redirection connectly, sh(1) -- at least dash(1) on Debian -- fails ... This fixes the last commit, 14777c18c. --- diff --git a/contrib/nglog.sh b/contrib/nglog.sh index 2c558eb4..b8dbb200 100755 --- a/contrib/nglog.sh +++ b/contrib/nglog.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # ngIRCd -- The Next Generation IRC Daemon # Copyright (c)2001-2020 Alexander Barton (alex@barton.de) and Contributors