commit 830f00e9536daf35692b2d17ea3ddd3b6b27ea17 from: Alexander Barton date: Mon Apr 20 08:01:09 2020 UTC 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. commit - 14777c18cfc92e020b937d58e0bfb6f4779f8f2c commit + 830f00e9536daf35692b2d17ea3ddd3b6b27ea17 blob - 2c558eb4d6b0b6d6087ff86ab77f63f23d2445d2 blob + b8dbb200082edb2b264c6c1844497073db43b291 --- contrib/nglog.sh +++ 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