Skip to content

Commit

Permalink
mac is definitely defined so use it when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jun 3, 2024
1 parent e8d3430 commit c15c2fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for iface in $ifaces; do
ip link set dev $iface up
else
ip link set dev $iface down
ip link set dev $iface address $mac0
ip link set dev $iface address $mac
ip link set dev $iface up
fi
fi
Expand Down

0 comments on commit c15c2fe

Please sign in to comment.