vcan init script update

This commit is contained in:
Pavel Kirienko 2014-08-10 20:50:54 +04:00
parent 6c23d7feee
commit c32260137c

View File

@ -31,7 +31,6 @@ modprobe vcan
ip link add dev $IFACE type vcan
ip link set up $IFACE
ip link show $IFACE
ifconfig $IFACE up || exit 1