Hello *,
quite a bunch of initscripts in IPFire 2.x contains the /bin/sh as given interpreter in their shebang line. Since /bin/sh is a symlink to /bin/bash, I guess it makes sense to rewrite them to /bin/bash accordingly.
That way, we avoid potential collateral damage by following symlinks (dangerous!) and provide additional information so tools like shellcheck know what they are actually dealing with.
Opinions?
Thanks, and best regards, Peter Müller