exit script (#507)

This commit is contained in:
vvb2060 2021-04-25 21:18:05 +08:00 committed by GitHub
parent d7897b67d9
commit 4feb66be91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -140,7 +140,8 @@ fi
start_app_process() {
while true; do
if [ -S "/dev/socket/zygote" ]; then
/system/bin/app_process -Djava.class.path=$(magisk --path)/.magisk/modules/riru_lsposed/framework/lspd.dex /system/bin --nice-name=lspd org.lsposed.lspd.core.Main
nohup /system/bin/app_process -Djava.class.path=$(magisk --path)/.magisk/modules/riru_lsposed/framework/lspd.dex /system/bin --nice-name=lspd org.lsposed.lspd.core.Main >/dev/null 2>&1 &
return
fi
done
}