From 8f3e1f06f174f65478df37c3c2ae0c7f395c9742 Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Thu, 27 Aug 2020 00:47:51 +0200 Subject: [PATCH] link executor: Fix indentation. Signed-off-by: Maximilian Wilhelm --- executor-scripts/linux/link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor-scripts/linux/link b/executor-scripts/linux/link index 2de4f4c..4d21381 100755 --- a/executor-scripts/linux/link +++ b/executor-scripts/linux/link @@ -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