diff options
author | Jason Wang <jasowang@redhat.com> | 2013-01-05 13:03:06 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-17 11:47:02 -0800 |
commit | 00246d08be901b9ac27c3082bd066119b71b4679 (patch) | |
tree | a3705f3867485f4330e82322923541a3af2cf3cd /tools/hv | |
parent | f994a154c5318d132200862686fde13dca0979b1 (diff) |
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>
Diffstat (limited to 'tools/hv')
-rwxr-xr-x | tools/hv/hv_set_ifconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hv/hv_set_ifconfig.sh b/tools/hv/hv_set_ifconfig.sh index 3e9427e08d80..daf7ec0cd04e 100755 --- a/tools/hv/hv_set_ifconfig.sh +++ b/tools/hv/hv_set_ifconfig.sh @@ -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 |