From 8ce5226c0c4f252160d9006ddd964ce3ec2c8433 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 4 Mar 2023 16:04:09 +0800 Subject: [PATCH] =?UTF-8?q?root=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InstallBox86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallBox86.sh b/InstallBox86.sh index e5742d1..41a31f5 100755 --- a/InstallBox86.sh +++ b/InstallBox86.sh @@ -1,5 +1,5 @@ #!/bin/bash -if [[ `whoami` != `root` ]]; then +if [[ `whoami` != root ]]; then echo 请以 root 权限运行 echo 按任意键退出 read