Skip to content

Commit

Permalink
misc_systemd_units/unbound-startup: Strip trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 24, 2022
1 parent 11592d2 commit a8a52f9
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
Expand Up @@ -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
}
}
}


Expand Down

0 comments on commit a8a52f9

Please sign in to comment.