run zygisk-cp on post-fs-data

This commit is contained in:
5ec1cff
2023-11-13 21:51:51 +08:00
parent fd9f8799a1
commit 47a17d2079
2 changed files with 4 additions and 4 deletions

View File

@@ -41,3 +41,7 @@ if [ -f $MODDIR/lib/libzygisk.so ];then
fi
unshare -m sh -c "./bin/zygisk-ptrace64 monitor &"
[ "$DEBUG" = true ] && export RUST_BACKTRACE=1
unshare -m sh -c "bin/zygisk-cp64 &"
unshare -m sh -c "bin/zygisk-cp32 &"

View File

@@ -28,7 +28,3 @@ if [ "$(which magisk)" ]; then
fi
done
fi
[ "$DEBUG" = true ] && export RUST_BACKTRACE=1
unshare -m sh -c "bin/zygisk-cp64 &"
unshare -m sh -c "bin/zygisk-cp32 &"