Commit Diff
- Commit:
830f00e9536daf35692b2d17ea3ddd3b6b27ea17
- From:
- Alexander Barton <alex@barton.de>
- Date:
- Message:
- 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.
- Actions:
- Patch | Tree
--- 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