]> arthur.barton.de Git - ngircd-alex.git/commitdiff
contrib/nglog.sh: Use bash(1) as interpreter
authorAlexander Barton <alex@barton.de>
Mon, 20 Apr 2020 08:01:01 +0000 (10:01 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 20 Apr 2020 08:01:09 +0000 (10:01 +0200)
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.

contrib/nglog.sh

index 2c558eb4d6b0b6d6087ff86ab77f63f23d2445d2..b8dbb200082edb2b264c6c1844497073db43b291 100755 (executable)
@@ -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