fix: 修复启动脚本等待时长
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user