mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add S41dhcpcd restart
This commit is contained in:
parent
bcfd2f5a82
commit
2294906e01
@ -201,6 +201,7 @@ else
|
||||
COUNT=$((${COUNT} + 1))
|
||||
echo -n "."
|
||||
sleep 1
|
||||
/etc/init.d/S41dhcpcd restart >/dev/null 2>&1 || true
|
||||
done
|
||||
echo "$(TEXT "Waiting IP.")"
|
||||
for N in ${ETHX}; do
|
||||
|
@ -146,6 +146,7 @@ while [ ${COUNT} -lt 30 ]; do
|
||||
COUNT=$((${COUNT} + 1))
|
||||
echo -n "."
|
||||
sleep 1
|
||||
/etc/init.d/S41dhcpcd restart >/dev/null 2>&1 || true
|
||||
done
|
||||
echo "$(TEXT "Waiting IP.")"
|
||||
for N in ${ETHX}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user