fix: 自启动脚本添加等待网络连接延时
This commit is contained in:
@@ -13,6 +13,10 @@ EOF
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "🤫 等待网络连接中... (30s)"
|
||||||
|
|
||||||
|
sleep 30
|
||||||
|
|
||||||
MIN_SPACE_MB=32
|
MIN_SPACE_MB=32
|
||||||
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-kws"
|
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-kws"
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ EOF
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "🤫 等待连接网络中..."
|
echo "🤫 等待网络连接中... (30s)"
|
||||||
sleep 10
|
|
||||||
|
sleep 30
|
||||||
|
|
||||||
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"
|
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user