From ba90adab545e55f98bb5f2d583efede17a92b120 Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Sat, 4 Jan 2025 15:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E7=9F=AD=20sleep=20=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-docker.sh b/init-docker.sh index eea9618..6173005 100644 --- a/init-docker.sh +++ b/init-docker.sh @@ -6,7 +6,7 @@ command_exists() { if command_exists docker; then echo "docker 已安装.... 跳过" - ( set -x; sleep 20 ) + ( set -x; sleep 5 ) else curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/docker-install.sh | sh fi