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 - } + } }