diff --git a/app/src/main/assets/eth.sh b/app/src/main/assets/eth.sh index f213805b..558a174d 100644 --- a/app/src/main/assets/eth.sh +++ b/app/src/main/assets/eth.sh @@ -97,6 +97,8 @@ fi # Enable interface and wait for UP /system/bin/ip link set eth0 up +sleep 1 + # Use loop to wait for interface UP instead of fixed sleep WAITED=0 while [ $WAITED -lt $MAX_UP_WAIT ]; do