From 95cb93b91098c82e2391621f18010c437d8892a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Wed, 10 May 2023 05:21:34 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFwarp.sh b/CFwarp.sh index 49647c7..0f0690e 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -2,7 +2,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export LANG=en_US.UTF-8 wpygV="23.5.4 V 0.9.9 " -[[ $EUID -ne 0 ]] && "请以root模式运行脚本" && exit +[[ $EUID -ne 0 ]] && echo "请以root模式运行脚本" && exit if [[ -f /etc/redhat-release ]]; then release="centos" elif cat /etc/issue | grep -Eqi "debian"; then