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