fix: 自启动脚本添加等待网络连接延时

This commit is contained in:
Del Wang
2025-05-28 23:04:28 +08:00
parent 948364dcc9
commit c0b11436fd
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -13,6 +13,10 @@ EOF
set -e
echo "🤫 等待网络连接中... (30s)"
sleep 30
MIN_SPACE_MB=32
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-kws"
+3 -2
View File
@@ -13,8 +13,9 @@ EOF
set -e
echo "🤫 等待连接网络中..."
sleep 10
echo "🤫 等待网络连接中... (30s)"
sleep 30
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"