From 5ac7838839e1c56eb8c69e0d2a11ee48e0561309 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 26 May 2025 10:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=84=9A=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E7=BD=91=E5=8D=A1=E5=90=AF=E7=94=A8=E4=B9=8B=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=85=88=E7=AD=89=E5=BE=851s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/eth.sh | 2 ++ 1 file changed, 2 insertions(+) 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