link executor: Fix indentation.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
Maximilian Wilhelm 2020-08-27 00:47:51 +02:00
parent e51ce613e6
commit 8f3e1f06f1

View file

@ -62,7 +62,7 @@ up|down)
[ "$PHASE" = "down" ] && exit 0
fi
${MOCK} ip link set $PHASE dev $IFACE $IF_LINK_OPTIONS
${MOCK} ip link set $PHASE dev $IFACE $IF_LINK_OPTIONS
;;
depend)
if is_vlan; then