This commit is contained in:
LoveSy 2021-12-29 00:32:43 +08:00 committed by GitHub
parent e829bdd15d
commit 1451b546c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ MODDIR=${0%/*}
FLAVOR=@FLAVOR@
if ! [ "$ZYGISK_ENABLE" = "$([ $FLAVOR = "zygisk" ] && echo 1)" ]; then
if ! [ "$ZYGISK_ENABLED" = "$([ $FLAVOR = "zygisk" ] && echo 1)" ]; then
log -t "LSPosed" "$FLAVOR does not match, skipping"
exit
fi