From f4d8139ed85a1524cf0efaded76ffd219d912dbc Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Fri, 3 Mar 2023 22:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Mount.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mount.sh b/Mount.sh index 3a353a9..af997d9 100755 --- a/Mount.sh +++ b/Mount.sh @@ -51,4 +51,4 @@ fi # 写入 DNS cat /etc/resolv.conf > etc/resolv.conf # 如果参数 3 存在 -"$programPath/pardus-chroot" "--userspec=$2:$2" . env "HOME=/home/$2" ${@:3} +"$programPath/pardus-chroot" --userspec=$2:$2 . env "HOME=/home/$2" ${@:3}