mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a conversion error in rc.d/jail
This commit is contained in:
parent
40aa80a7c2
commit
336318a8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ parse_options()
|
|||
|
||||
eval : \${jail_${_j}_mount_enable:=${jail_mount_enable:-NO}}
|
||||
if checkyesno jail_${_j}_mount_enable; then
|
||||
echo " allow.mount;" >> $_conf
|
||||
echo " allow.mount;"
|
||||
fi
|
||||
|
||||
extract_var $_j set_hostname_allow allow.set_hostname YN NO
|
||||
|
|
|
|||
Loading…
Reference in a new issue