From c0693cf4995c17ddccffc80f2e184fc3d41f1fe9 Mon Sep 17 00:00:00 2001 From: lc Date: Mon, 8 Sep 2025 07:38:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index 5f60aef..a4994cb 100644 --- a/docker.sh +++ b/docker.sh @@ -1,6 +1,6 @@ #!/bin/bash -# 检查是否为root用户 +# 检查是否为root用户44 if [ "$(id -u)" -ne 0 ]; then echo "请使用root用户或通过sudo运行此脚本" exit 1