Skip to content

Commit

Permalink
tools: hv: fix a typo in hv_set_ifconfig.sh
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Wang authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent f994a15 commit 00246d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hv/hv_set_ifconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00246d0

Please sign in to comment.