- Fix unbound_anchorflags in RC script
This commit is contained in:
parent
c16a1c6afe
commit
b79865ffa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350985
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ start_precmd()
|
|||
{
|
||||
%%PREFIX%%/sbin/unbound-checkconf > /dev/null && \
|
||||
echo -n "Obtaining a trust anchor:" && \
|
||||
su -m unbound -c %%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags} && \
|
||||
su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}" && \
|
||||
echo .
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue