mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix a typo in the named startup options
Submitted by: sheldonh@
This commit is contained in:
parent
515630b12f
commit
54f43a77ca
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ named_precmd()
|
|||
! checkyesno named_rcng && return 0
|
||||
# Is the user using a sandbox?
|
||||
if [ -z "$named_chrootdir" ]; then
|
||||
rc_flags="-u $nuser -g $ngroup rc_flags"
|
||||
rc_flags="-u $nuser -g $ngroup $rc_flags"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue