Skip to content

Commit

Permalink
Update ifup-eth
Browse files Browse the repository at this point in the history
fix spell error
  • Loading branch information
xanoxes authored Oct 11, 2024
1 parent 5d11c1a commit 3d14ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-scripts/ifup-eth
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ else
ARPING=$(/sbin/arping -c 2 -w ${ARPING_WAIT:-3} -D -I ${REALDEVICE} ${ipaddr[$idx]})
if [ $? = 1 ]; then
ARPINGMAC=$(echo $ARPING | sed -ne 's/.*\[\(.*\)\].*/\1/p')
net_log $"Error, some other host ($ARPINGMAC) already uses address ${ipaddr[$idx]}
net_log $"Error, some other host ($ARPINGMAC) already uses address ${ipaddr[$idx]}."
tries=$((tries+1))
if [ $tries -gt $ARPING_TRIES ]
then
Expand Down

0 comments on commit 3d14ad2

Please sign in to comment.