net: fix typo
This commit is contained in:
parent
3df0bd64cb
commit
dceeef9fe5
@ -61,7 +61,7 @@ udhcpc_start()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case " ${args} " in
|
case " ${args} " in
|
||||||
*" --hosname="*|*" -h "*|*" -H "*);;
|
*" --hostname="*|*" -h "*|*" -H "*);;
|
||||||
*)
|
*)
|
||||||
if ${sendhost}; then
|
if ${sendhost}; then
|
||||||
local hname="$(hostname)"
|
local hname="$(hostname)"
|
||||||
|
Loading…
Reference in New Issue
Block a user