From d5e69bb502fc54a70f710a1d2861fbacf8dda93e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Jan 2022 22:58:56 +0100 Subject: [PATCH] misc_systemd_units/unbound-startup: Explicitly use bash in shebang 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. --- misc_systemd_units/unbound-startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_systemd_units/unbound-startup b/misc_systemd_units/unbound-startup index d16226a..60fe93c 100755 --- a/misc_systemd_units/unbound-startup +++ b/misc_systemd_units/unbound-startup @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # unbound is usuually started via systemd.