From 45c002518df8f8619f1e4e0050141bd31a3c7784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=A6=8FChris?= Date: Sat, 7 May 2022 11:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9D=9Eroot=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E8=84=9A=E6=9C=AC=E7=AB=8B=E5=88=BB=E9=80=80=E5=87=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=20(#109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpm/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/build.sh b/rpm/build.sh index cffee22..4627b13 100755 --- a/rpm/build.sh +++ b/rpm/build.sh @@ -76,6 +76,7 @@ function get_python() { if [ `id -u` != 0 ] ; then echo "Please use root to run" + exit 1 fi obd_dir=`dirname $0` -- GitLab