Skip to content

Commit

Permalink
Ensure we exit after getting IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed May 29, 2024
1 parent ecbe75b commit 547fbba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ for iface in $ifaces; do
ip link set dev $iface address $mac
ip link set dev $iface up
fi
exit 0
fi
echo "Either DHCP failed or we were unable to access ${web}/index.php for connection testing."
# Geo-If we are on the 2nd loop, lets check to see if
Expand Down

0 comments on commit 547fbba

Please sign in to comment.