tools: hv: fix a typo in hv_set_ifconfig.sh
Signed-off-by: Jason Wang <jasowang@redhat.com> Acked-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f994a154c5
commit
00246d08be
|
@ -65,4 +65,4 @@ cp $1 /etc/sysconfig/network-scripts/
|
|||
interface=$(echo $1 | awk -F - '{ print $2 }')
|
||||
|
||||
/sbin/ifdown $interface 2>/dev/null
|
||||
/sbin/ifup $interfac 2>/dev/null
|
||||
/sbin/ifup $interface 2>/dev/null
|
||||
|
|
Loading…
Reference in New Issue