link executor: Fix indentation.
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
e51ce613e6
commit
8f3e1f06f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue