diff --git a/core/magisk_module/post-fs-data.sh b/core/magisk_module/post-fs-data.sh index 1e7f2f3c..b9ccb5c0 100644 --- a/core/magisk_module/post-fs-data.sh +++ b/core/magisk_module/post-fs-data.sh @@ -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