]> git.ipfire.org Git - ipfire-2.x.git/commit
initscripts fkt: Fix shebang
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 16 Jun 2024 16:02:44 +0000 (18:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Aug 2024 12:19:56 +0000 (12:19 +0000)
commit80c1cb5a0a2f9c13612a5a43c92d4657e0d06717
treeedaa88d8426a93b95afb48610d95636eaece58d7
parent14ecdd86f1e57949858b47aa2a449e051bf3ee3a
initscripts fkt: Fix shebang

We use features only available in bash. So we should state correctly
that the script should be executed in bash. As sh is a symlink to bash
this makes not differences on a ipfire system. But my linter is less
chatty with this change.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/functions