1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

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.
This commit is contained in:
Alexander Barton 2020-04-20 10:01:01 +02:00
parent 14777c18cf
commit 830f00e953

View File

@ -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