fix: 修复启动脚本等待时长

This commit is contained in:
Del Wang
2025-06-05 00:37:02 +08:00
parent 0075f13ffd
commit 729ba86d43
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
#! /bin/sh
exec > /dev/null 2>&1
cat << 'EOF'
▄▖ ▖▖▘ ▄▖▄▖
@@ -13,9 +15,9 @@ EOF
set -e
echo "🤫 等待网络连接中... (30s)"
echo "🤫 等待网络连接中..."
sleep 30
sleep 5
DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"