From 5bcb05142c5c18e59e73aeb2d702751f4e1e911c Mon Sep 17 00:00:00 2001 From: rain-gfd Date: Tue, 2 May 2023 17:30:06 +0800 Subject: [PATCH] change daemon --- Help/shell/run_daemon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/shell/run_daemon.sh b/Help/shell/run_daemon.sh index dfcb018..89bd199 100644 --- a/Help/shell/run_daemon.sh +++ b/Help/shell/run_daemon.sh @@ -46,8 +46,8 @@ if [[ $? != 0 ]]; then exit fi uname -r | grep 5.17.3 -if [[ ! -f /usr/bin/uengine-loading-binder ]]; then - if [[ $? != 0 ]]; then +if [[ $? != 0 ]]; then + if [[ -f /usr/bin/uengine-loading-binder ]]; then echo 加载 binder pkexec /usr/bin/uengine-loading-binder fi