dropbear: fix interface config setting
Patch from #15070 SVN-Revision: 40298
This commit is contained in:
parent
ad52658be7
commit
dd5a12c5a1
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ dropbear_instance()
|
|||
[ -n "${rsakeyfile}" ] && procd_append_param command -r "${rsakeyfile}"
|
||||
[ -n "${dsskeyfile}" ] && procd_append_param command -d "${dsskeyfile}"
|
||||
[ -n "${BannerFile}" ] && procd_append_param command -b "${BannerFile}"
|
||||
[ -n "${interface}" ] && network_get_device interface "${interface}"
|
||||
append_ports "${interface}" "${Port}"
|
||||
[ -n "${Interface}" ] && network_get_device Interface "${Interface}"
|
||||
append_ports "${Interface}" "${Port}"
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue