From 1451b546c11e5621668f37ffe212c2f066f8d13f Mon Sep 17 00:00:00 2001 From: LoveSy Date: Wed, 29 Dec 2021 00:32:43 +0800 Subject: [PATCH] Fix typo (#1502) --- core/magisk_module/post-fs-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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