mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 06:40:31 -05:00
Spell ${_jail} correctly
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Approved by: markm (mentor) (implicit)
This commit is contained in:
parent
0b1b370c47
commit
cd3b264dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jail_start()
|
|||
eval jail_rootdir=\"\$jail_${_jail}_rootdir\"
|
||||
eval jail_hostname=\"\$jail_${_jail}_hostname\"
|
||||
eval jail_ip=\"\$jail_${_jail}_ip\"
|
||||
eval jail_exec=\"\$jail_${_jail_name}_exec\"
|
||||
eval jail_exec=\"\$jail_${_jail}_exec\"
|
||||
[ -z ${jail_exec} ] && jail_exec="/bin/sh /etc/rc"
|
||||
|
||||
jail ${jail_rootdir} ${jail_hostname} ${jail_ip} ${jail_exec}
|
||||
|
|
|
|||
Loading…
Reference in a new issue