You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
WIP
This commit is contained in:
@@ -6,6 +6,12 @@ MODDIR=${0%/*}
|
||||
if [ "$ZYGISK_ENABLED" ]; then
|
||||
exit 0
|
||||
fi
|
||||
# temporary fix for AVD 30
|
||||
if [ -f /dev/zygisk/wd ]; then
|
||||
log -p i -t "zygisk-sh" "prevent from instance duplicated"
|
||||
exit
|
||||
fi
|
||||
touch /dev/zygisk/wd
|
||||
|
||||
cd "$MODDIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user