]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tools: hv: fix a typo in hv_set_ifconfig.sh
authorJason Wang <jasowang@redhat.com>
Sat, 5 Jan 2013 05:03:06 +0000 (13:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 19:47:02 +0000 (11:47 -0800)
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>
tools/hv/hv_set_ifconfig.sh

index 3e9427e08d806ae601724efe6423c00e2cb41597..daf7ec0cd04ed49b67e50893a3f028e1f7359c76 100755 (executable)
@@ -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