From a8a52f9a0cf7e36e28bae15855f71faeb7332d80 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Jan 2022 22:58:36 +0100 Subject: [PATCH] misc_systemd_units/unbound-startup: Strip trailing spaces --- 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 c592f46c..d16226ab 100755 --- a/misc_systemd_units/unbound-startup +++ b/misc_systemd_units/unbound-startup @@ -10,7 +10,7 @@ function setup_var() { test -e /var/unbound/root.key -a /var/unbound/root.key -nt /etc/unbound/root.key || { cp /etc/unbound/root.key /var/unbound/root.key chown unbound /var/unbound/root.key - } + } }