diff --git a/component/LkpTests/check_install_result.sh b/component/LkpTests/check_install_result.sh index 5b9886bd93856a1e2a1301c1e3491653ac3766da..226f9eea1507ad74b771deb3acf19e3d8fac2987 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权限"