comment out useless code

This commit is contained in:
5ec1cff
2023-11-03 18:20:52 +08:00
parent 5e2a211ca4
commit 1c79932cae

View File

@@ -10,11 +10,11 @@ fi
cd "$MODDIR" cd "$MODDIR"
# temporary fix AVD 11 magisk # temporary fix AVD 11 magisk
if [ -f /dev/zygisk_service ];then # if [ -f /dev/zygisk_service ];then
log -p i -t "zygisk-sh" "service called twice"; # log -p i -t "zygisk-sh" "service called twice";
exit; # exit;
fi # fi
touch /dev/zygisk_service # touch /dev/zygisk_service
if [ "$(which magisk)" ]; then if [ "$(which magisk)" ]; then
for file in ../*; do for file in ../*; do