Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc_systemd_units/unbound-startup: Explicitly use bash in shebang
Browse files Browse the repository at this point in the history
The script uses Bashism, so explicitly list Bash as the interpreter, so
the script can also run in operating systems like Ubuntu, where /bin/sh
is Dash.
pmenzel committed Jan 24, 2022
1 parent a8a52f9 commit d5e69bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_systemd_units/unbound-startup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash

#
# unbound is usuually started via systemd.

0 comments on commit d5e69bb

Please sign in to comment.