From 45e49c9de1631815772010046ffac2f7bfeeda7f Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Tue, 30 Apr 2024 07:43:08 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=A3=80=E6=B5=8Blkp?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=AE=89=E8=A3=85=E6=88=90=E5=8A=9F=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E6=9C=89=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20=E7=94=B1=E4=BA=8E=E6=98=AF=E5=AE=89=E8=A3=85=E5=9C=A8/root/?= =?UTF-8?q?.local/lkp-tests/lkp,=E8=BD=AF=E8=BF=9E=E6=8E=A5=E5=88=B0/usr/l?= =?UTF-8?q?ocal/bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Caohongtao --- component/LkpTests/check_install_result.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/LkpTests/check_install_result.sh b/component/LkpTests/check_install_result.sh index 5b9886b..226f9ee 100644 --- a/component/LkpTests/check_install_result.sh +++ b/component/LkpTests/check_install_result.sh @@ -1,7 +1,7 @@ #!/bin/bash lkp_path=$(which lkp) -if [[ "${lkp_path}" == *"/bin/lkp"* ]]; then +if [[ "${lkp_path}" == *"/local/bin/lkp"* ]]; then echo "true" else echo "false, 请确认是否配everything的yum源,以及是否给安装用户配属sudo权限" -- Gitee