mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Name jails automatically.
MFC after: 1 week
This commit is contained in:
parent
2611bdd9d9
commit
7f8492ba48
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ jail_start()
|
|||
i=$((i + 1))
|
||||
done
|
||||
|
||||
eval ${_setfib} jail ${_flags} -i ${_rootdir} ${_hostname} \
|
||||
eval ${_setfib} jail ${_flags} -n ${_jail} -i ${_rootdir} ${_hostname} \
|
||||
\"${_addrl}\" ${_exec_start} > ${_tmp_jail} 2>&1 \
|
||||
</dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue