tools: hv: fix a typo in hv_set_ifconfig.sh
[platform/adaptation/renesas_rcar/renesas_kernel.git] / tools / hv / hv_set_ifconfig.sh
index 3e9427e..daf7ec0 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