Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00246d08 authored by Jason Wang's avatar Jason Wang Committed by Greg Kroah-Hartman
Browse files

tools: hv: fix a typo in hv_set_ifconfig.sh

parent f994a154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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